Hardcoded API Key Detector Report

Generated on 14/12/2025, 20:01:04

9

Files Scanned

9

Files with Issues

144

Critical

2777

High

0

Medium

0

Low

[FILE] ./examples/database-config.js

MongoDB Connection URI (high)

Service: MongoDB | Category: undefined

Description: MongoDB Connection URI with credentials

Line 5: const mongodb_uri = "mongodb://admin:SuperSecret123@localhost:27017/myapp";
3:
4: // MongoDB with credentials
5: const mongodb_uri = "mongodb://admin:SuperSecret123@localhost:27017/myapp";
6:
7: // PostgreSQL connection string

MySQL Connection URI (high)

Service: MySQL | Category: undefined

Description: MySQL Connection URI with credentials

Line 11: const mysql_connection = "mysql://root:MySecretPassword@localhost:3306/app_database";
9:
10: // MySQL connection
11: const mysql_connection = "mysql://root:MySecretPassword@localhost:3306/app_database";
12:
13: // Redis connection

Password in URL (high)

Service: General | Category: undefined

Description: Password embedded in URL

Line 5: const mongodb_uri = "mongodb://admin:SuperSecret123@localhost:27017/myapp";
3:
4: // MongoDB with credentials
5: const mongodb_uri = "mongodb://admin:SuperSecret123@localhost:27017/myapp";
6:
7: // PostgreSQL connection string

Password in URL (high)

Service: General | Category: undefined

Description: Password embedded in URL

Line 8: const postgres_uri = "postgresql://dbuser:dbpassword123@localhost:5432/production_db";
6:
7: // PostgreSQL connection string
8: const postgres_uri = "postgresql://dbuser:dbpassword123@localhost:5432/production_db";
9:
10: // MySQL connection

Password in URL (high)

Service: General | Category: undefined

Description: Password embedded in URL

Line 11: const mysql_connection = "mysql://root:MySecretPassword@localhost:3306/app_database";
9:
10: // MySQL connection
11: const mysql_connection = "mysql://root:MySecretPassword@localhost:3306/app_database";
12:
13: // Redis connection

Password in URL (high)

Service: General | Category: undefined

Description: Password embedded in URL

Line 17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
15:
16: // Supabase connection
17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
18:
19: // Firebase Realtime Database

Supabase Connection URI (high)

Service: Supabase | Category: undefined

Description: Supabase PostgreSQL Connection URI

Line 17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
15:
16: // Supabase connection
17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
18:
19: // Firebase Realtime Database

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
15:
16: // Supabase connection
17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
18:
19: // Firebase Realtime Database

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 1: // Database Configuration Example
1: // Database Configuration Example
2: // Contains various database connection strings (FOR TESTING ONLY)
3:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 1: // Database Configuration Example
1: // Database Configuration Example
2: // Contains various database connection strings (FOR TESTING ONLY)
3:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 2: // Contains various database connection strings (FOR TESTING ONLY)
1: // Database Configuration Example
2: // Contains various database connection strings (FOR TESTING ONLY)
3:
4: // MongoDB with credentials

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 2: // Contains various database connection strings (FOR TESTING ONLY)
1: // Database Configuration Example
2: // Contains various database connection strings (FOR TESTING ONLY)
3:
4: // MongoDB with credentials

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 2: // Contains various database connection strings (FOR TESTING ONLY)
1: // Database Configuration Example
2: // Contains various database connection strings (FOR TESTING ONLY)
3:
4: // MongoDB with credentials

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 4: // MongoDB with credentials
2: // Contains various database connection strings (FOR TESTING ONLY)
3:
4: // MongoDB with credentials
5: const mongodb_uri = "mongodb://admin:SuperSecret123@localhost:27017/myapp";
6:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 5: const mongodb_uri = "mongodb://admin:SuperSecret123@localhost:27017/myapp";
3:
4: // MongoDB with credentials
5: const mongodb_uri = "mongodb://admin:SuperSecret123@localhost:27017/myapp";
6:
7: // PostgreSQL connection string

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 5: const mongodb_uri = "mongodb://admin:SuperSecret123@localhost:27017/myapp";
3:
4: // MongoDB with credentials
5: const mongodb_uri = "mongodb://admin:SuperSecret123@localhost:27017/myapp";
6:
7: // PostgreSQL connection string

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 7: // PostgreSQL connection string
5: const mongodb_uri = "mongodb://admin:SuperSecret123@localhost:27017/myapp";
6:
7: // PostgreSQL connection string
8: const postgres_uri = "postgresql://dbuser:dbpassword123@localhost:5432/production_db";
9:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 7: // PostgreSQL connection string
5: const mongodb_uri = "mongodb://admin:SuperSecret123@localhost:27017/myapp";
6:
7: // PostgreSQL connection string
8: const postgres_uri = "postgresql://dbuser:dbpassword123@localhost:5432/production_db";
9:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 8: const postgres_uri = "postgresql://dbuser:dbpassword123@localhost:5432/production_db";
6:
7: // PostgreSQL connection string
8: const postgres_uri = "postgresql://dbuser:dbpassword123@localhost:5432/production_db";
9:
10: // MySQL connection

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 8: const postgres_uri = "postgresql://dbuser:dbpassword123@localhost:5432/production_db";
6:
7: // PostgreSQL connection string
8: const postgres_uri = "postgresql://dbuser:dbpassword123@localhost:5432/production_db";
9:
10: // MySQL connection

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 8: const postgres_uri = "postgresql://dbuser:dbpassword123@localhost:5432/production_db";
6:
7: // PostgreSQL connection string
8: const postgres_uri = "postgresql://dbuser:dbpassword123@localhost:5432/production_db";
9:
10: // MySQL connection

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 8: const postgres_uri = "postgresql://dbuser:dbpassword123@localhost:5432/production_db";
6:
7: // PostgreSQL connection string
8: const postgres_uri = "postgresql://dbuser:dbpassword123@localhost:5432/production_db";
9:
10: // MySQL connection

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 8: const postgres_uri = "postgresql://dbuser:dbpassword123@localhost:5432/production_db";
6:
7: // PostgreSQL connection string
8: const postgres_uri = "postgresql://dbuser:dbpassword123@localhost:5432/production_db";
9:
10: // MySQL connection

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 10: // MySQL connection
8: const postgres_uri = "postgresql://dbuser:dbpassword123@localhost:5432/production_db";
9:
10: // MySQL connection
11: const mysql_connection = "mysql://root:MySecretPassword@localhost:3306/app_database";
12:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 11: const mysql_connection = "mysql://root:MySecretPassword@localhost:3306/app_database";
9:
10: // MySQL connection
11: const mysql_connection = "mysql://root:MySecretPassword@localhost:3306/app_database";
12:
13: // Redis connection

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 11: const mysql_connection = "mysql://root:MySecretPassword@localhost:3306/app_database";
9:
10: // MySQL connection
11: const mysql_connection = "mysql://root:MySecretPassword@localhost:3306/app_database";
12:
13: // Redis connection

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 11: const mysql_connection = "mysql://root:MySecretPassword@localhost:3306/app_database";
9:
10: // MySQL connection
11: const mysql_connection = "mysql://root:MySecretPassword@localhost:3306/app_database";
12:
13: // Redis connection

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 11: const mysql_connection = "mysql://root:MySecretPassword@localhost:3306/app_database";
9:
10: // MySQL connection
11: const mysql_connection = "mysql://root:MySecretPassword@localhost:3306/app_database";
12:
13: // Redis connection

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 11: const mysql_connection = "mysql://root:MySecretPassword@localhost:3306/app_database";
9:
10: // MySQL connection
11: const mysql_connection = "mysql://root:MySecretPassword@localhost:3306/app_database";
12:
13: // Redis connection

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 13: // Redis connection
11: const mysql_connection = "mysql://root:MySecretPassword@localhost:3306/app_database";
12:
13: // Redis connection
14: const redis_url = "redis://:myredispassword@localhost:6379";
15:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 14: const redis_url = "redis://:myredispassword@localhost:6379";
12:
13: // Redis connection
14: const redis_url = "redis://:myredispassword@localhost:6379";
15:
16: // Supabase connection

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 14: const redis_url = "redis://:myredispassword@localhost:6379";
12:
13: // Redis connection
14: const redis_url = "redis://:myredispassword@localhost:6379";
15:
16: // Supabase connection

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 16: // Supabase connection
14: const redis_url = "redis://:myredispassword@localhost:6379";
15:
16: // Supabase connection
17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
18:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 16: // Supabase connection
14: const redis_url = "redis://:myredispassword@localhost:6379";
15:
16: // Supabase connection
17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
18:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
15:
16: // Supabase connection
17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
18:
19: // Firebase Realtime Database

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
15:
16: // Supabase connection
17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
18:
19: // Firebase Realtime Database

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
15:
16: // Supabase connection
17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
18:
19: // Firebase Realtime Database

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
15:
16: // Supabase connection
17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
18:
19: // Firebase Realtime Database

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
15:
16: // Supabase connection
17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
18:
19: // Firebase Realtime Database

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
15:
16: // Supabase connection
17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
18:
19: // Firebase Realtime Database

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
15:
16: // Supabase connection
17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
18:
19: // Firebase Realtime Database

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
15:
16: // Supabase connection
17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
18:
19: // Firebase Realtime Database

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 19: // Firebase Realtime Database
17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
18:
19: // Firebase Realtime Database
20: const firebase_uri = "https://my-app-12345.firebaseio.com";
21:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 19: // Firebase Realtime Database
17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
18:
19: // Firebase Realtime Database
20: const firebase_uri = "https://my-app-12345.firebaseio.com";
21:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 19: // Firebase Realtime Database
17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
18:
19: // Firebase Realtime Database
20: const firebase_uri = "https://my-app-12345.firebaseio.com";
21:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 20: const firebase_uri = "https://my-app-12345.firebaseio.com";
18:
19: // Firebase Realtime Database
20: const firebase_uri = "https://my-app-12345.firebaseio.com";
21:
22: module.exports = {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 20: const firebase_uri = "https://my-app-12345.firebaseio.com";
18:
19: // Firebase Realtime Database
20: const firebase_uri = "https://my-app-12345.firebaseio.com";
21:
22: module.exports = {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 24: postgres_uri,
22: module.exports = {
23: mongodb_uri,
24: postgres_uri,
25: mysql_connection,
26: redis_url,

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 25: mysql_connection,
23: mongodb_uri,
24: postgres_uri,
25: mysql_connection,
26: redis_url,
27: supabase_url,

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 27: supabase_url,
25: mysql_connection,
26: redis_url,
27: supabase_url,
28: firebase_uri
29: };

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 28: firebase_uri
26: redis_url,
27: supabase_url,
28: firebase_uri
29: };
30:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 1: // Database Configuration Example
1: // Database Configuration Example
2: // Contains various database connection strings (FOR TESTING ONLY)
3:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 1: // Database Configuration Example
1: // Database Configuration Example
2: // Contains various database connection strings (FOR TESTING ONLY)
3:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 2: // Contains various database connection strings (FOR TESTING ONLY)
1: // Database Configuration Example
2: // Contains various database connection strings (FOR TESTING ONLY)
3:
4: // MongoDB with credentials

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 2: // Contains various database connection strings (FOR TESTING ONLY)
1: // Database Configuration Example
2: // Contains various database connection strings (FOR TESTING ONLY)
3:
4: // MongoDB with credentials

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 2: // Contains various database connection strings (FOR TESTING ONLY)
1: // Database Configuration Example
2: // Contains various database connection strings (FOR TESTING ONLY)
3:
4: // MongoDB with credentials

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 4: // MongoDB with credentials
2: // Contains various database connection strings (FOR TESTING ONLY)
3:
4: // MongoDB with credentials
5: const mongodb_uri = "mongodb://admin:SuperSecret123@localhost:27017/myapp";
6:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 5: const mongodb_uri = "mongodb://admin:SuperSecret123@localhost:27017/myapp";
3:
4: // MongoDB with credentials
5: const mongodb_uri = "mongodb://admin:SuperSecret123@localhost:27017/myapp";
6:
7: // PostgreSQL connection string

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 5: const mongodb_uri = "mongodb://admin:SuperSecret123@localhost:27017/myapp";
3:
4: // MongoDB with credentials
5: const mongodb_uri = "mongodb://admin:SuperSecret123@localhost:27017/myapp";
6:
7: // PostgreSQL connection string

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 7: // PostgreSQL connection string
5: const mongodb_uri = "mongodb://admin:SuperSecret123@localhost:27017/myapp";
6:
7: // PostgreSQL connection string
8: const postgres_uri = "postgresql://dbuser:dbpassword123@localhost:5432/production_db";
9:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 7: // PostgreSQL connection string
5: const mongodb_uri = "mongodb://admin:SuperSecret123@localhost:27017/myapp";
6:
7: // PostgreSQL connection string
8: const postgres_uri = "postgresql://dbuser:dbpassword123@localhost:5432/production_db";
9:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 8: const postgres_uri = "postgresql://dbuser:dbpassword123@localhost:5432/production_db";
6:
7: // PostgreSQL connection string
8: const postgres_uri = "postgresql://dbuser:dbpassword123@localhost:5432/production_db";
9:
10: // MySQL connection

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 8: const postgres_uri = "postgresql://dbuser:dbpassword123@localhost:5432/production_db";
6:
7: // PostgreSQL connection string
8: const postgres_uri = "postgresql://dbuser:dbpassword123@localhost:5432/production_db";
9:
10: // MySQL connection

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 8: const postgres_uri = "postgresql://dbuser:dbpassword123@localhost:5432/production_db";
6:
7: // PostgreSQL connection string
8: const postgres_uri = "postgresql://dbuser:dbpassword123@localhost:5432/production_db";
9:
10: // MySQL connection

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 8: const postgres_uri = "postgresql://dbuser:dbpassword123@localhost:5432/production_db";
6:
7: // PostgreSQL connection string
8: const postgres_uri = "postgresql://dbuser:dbpassword123@localhost:5432/production_db";
9:
10: // MySQL connection

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 8: const postgres_uri = "postgresql://dbuser:dbpassword123@localhost:5432/production_db";
6:
7: // PostgreSQL connection string
8: const postgres_uri = "postgresql://dbuser:dbpassword123@localhost:5432/production_db";
9:
10: // MySQL connection

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 10: // MySQL connection
8: const postgres_uri = "postgresql://dbuser:dbpassword123@localhost:5432/production_db";
9:
10: // MySQL connection
11: const mysql_connection = "mysql://root:MySecretPassword@localhost:3306/app_database";
12:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 11: const mysql_connection = "mysql://root:MySecretPassword@localhost:3306/app_database";
9:
10: // MySQL connection
11: const mysql_connection = "mysql://root:MySecretPassword@localhost:3306/app_database";
12:
13: // Redis connection

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 11: const mysql_connection = "mysql://root:MySecretPassword@localhost:3306/app_database";
9:
10: // MySQL connection
11: const mysql_connection = "mysql://root:MySecretPassword@localhost:3306/app_database";
12:
13: // Redis connection

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 11: const mysql_connection = "mysql://root:MySecretPassword@localhost:3306/app_database";
9:
10: // MySQL connection
11: const mysql_connection = "mysql://root:MySecretPassword@localhost:3306/app_database";
12:
13: // Redis connection

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 11: const mysql_connection = "mysql://root:MySecretPassword@localhost:3306/app_database";
9:
10: // MySQL connection
11: const mysql_connection = "mysql://root:MySecretPassword@localhost:3306/app_database";
12:
13: // Redis connection

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 13: // Redis connection
11: const mysql_connection = "mysql://root:MySecretPassword@localhost:3306/app_database";
12:
13: // Redis connection
14: const redis_url = "redis://:myredispassword@localhost:6379";
15:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 14: const redis_url = "redis://:myredispassword@localhost:6379";
12:
13: // Redis connection
14: const redis_url = "redis://:myredispassword@localhost:6379";
15:
16: // Supabase connection

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 14: const redis_url = "redis://:myredispassword@localhost:6379";
12:
13: // Redis connection
14: const redis_url = "redis://:myredispassword@localhost:6379";
15:
16: // Supabase connection

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 16: // Supabase connection
14: const redis_url = "redis://:myredispassword@localhost:6379";
15:
16: // Supabase connection
17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
18:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 16: // Supabase connection
14: const redis_url = "redis://:myredispassword@localhost:6379";
15:
16: // Supabase connection
17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
18:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
15:
16: // Supabase connection
17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
18:
19: // Firebase Realtime Database

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
15:
16: // Supabase connection
17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
18:
19: // Firebase Realtime Database

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
15:
16: // Supabase connection
17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
18:
19: // Firebase Realtime Database

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
15:
16: // Supabase connection
17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
18:
19: // Firebase Realtime Database

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
15:
16: // Supabase connection
17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
18:
19: // Firebase Realtime Database

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
15:
16: // Supabase connection
17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
18:
19: // Firebase Realtime Database

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
15:
16: // Supabase connection
17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
18:
19: // Firebase Realtime Database

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 19: // Firebase Realtime Database
17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
18:
19: // Firebase Realtime Database
20: const firebase_uri = "https://my-app-12345.firebaseio.com";
21:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 19: // Firebase Realtime Database
17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
18:
19: // Firebase Realtime Database
20: const firebase_uri = "https://my-app-12345.firebaseio.com";
21:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 19: // Firebase Realtime Database
17: const supabase_url = "postgresql://postgres:your-super-secret-password@db.abcdefghijklmnop.supabase.co:5432/postgres";
18:
19: // Firebase Realtime Database
20: const firebase_uri = "https://my-app-12345.firebaseio.com";
21:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 20: const firebase_uri = "https://my-app-12345.firebaseio.com";
18:
19: // Firebase Realtime Database
20: const firebase_uri = "https://my-app-12345.firebaseio.com";
21:
22: module.exports = {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 20: const firebase_uri = "https://my-app-12345.firebaseio.com";
18:
19: // Firebase Realtime Database
20: const firebase_uri = "https://my-app-12345.firebaseio.com";
21:
22: module.exports = {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 24: postgres_uri,
22: module.exports = {
23: mongodb_uri,
24: postgres_uri,
25: mysql_connection,
26: redis_url,

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 25: mysql_connection,
23: mongodb_uri,
24: postgres_uri,
25: mysql_connection,
26: redis_url,
27: supabase_url,

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 27: supabase_url,
25: mysql_connection,
26: redis_url,
27: supabase_url,
28: firebase_uri
29: };

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 28: firebase_uri
26: redis_url,
27: supabase_url,
28: firebase_uri
29: };
30:

Sumo Logic Access Key (high)

Service: Sumo Logic | Category: undefined

Description: Sumo Logic Access Key

Line 5: const mongodb_uri = "mongodb://admin:SuperSecret123@localhost:27017/myapp";
3:
4: // MongoDB with credentials
5: const mongodb_uri = "mongodb://admin:SuperSecret123@localhost:27017/myapp";
6:
7: // PostgreSQL connection string
[FILE] ./examples/communication-tokens.js

Mailchimp API Key (high)

Service: Mailchimp | Category: undefined

Description: Mailchimp API Key with context

Line 22: const mailchimp_api_key = "1234567890abcdef1234567890abcdef-us12";
20:
21: // Mailchimp API Key
22: const mailchimp_api_key = "1234567890abcdef1234567890abcdef-us12";
23:
24: // Postmark Server Token

Slack Bot Token (high)

Service: Slack | Category: undefined

Description: Slack Bot Token

Line 5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
3:
4: // Slack tokens
5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
7:

Slack User Token (critical)

Service: Slack | Category: undefined

Description: Slack User OAuth Token

Line 6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
4: // Slack tokens
5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
7:
8: // Discord bot token

Telegram Bot Token (high)

Service: Telegram | Category: undefined

Description: Telegram Bot API Token with context

Line 12: const telegram_bot_token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz-1234567890";
10:
11: // Telegram bot token
12: const telegram_bot_token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz-1234567890";
13:
14: // SendGrid API Key

Heroku API Key (high)

Service: Heroku | Category: undefined

Description: Heroku API Key

Line 25: const postmark_token = "12345678-1234-1234-1234-123456789012";
23:
24: // Postmark Server Token
25: const postmark_token = "12345678-1234-1234-1234-123456789012";
26:
27: module.exports = {

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
7:
8: // Discord bot token
9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
10:
11: // Telegram bot token

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
13:
14: // SendGrid API Key
15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
16:
17: // Twilio credentials

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 22: const mailchimp_api_key = "1234567890abcdef1234567890abcdef-us12";
20:
21: // Mailchimp API Key
22: const mailchimp_api_key = "1234567890abcdef1234567890abcdef-us12";
23:
24: // Postmark Server Token

Terraform Cloud Token (critical)

Service: Terraform Cloud | Category: undefined

Description: Terraform Cloud API Token

Line 15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
13:
14: // SendGrid API Key
15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
16:
17: // Twilio credentials

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
3:
4: // Slack tokens
5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
7:

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
4: // Slack tokens
5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
7:
8: // Discord bot token

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
7:
8: // Discord bot token
9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
10:
11: // Telegram bot token

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
7:
8: // Discord bot token
9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
10:
11: // Telegram bot token

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 12: const telegram_bot_token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz-1234567890";
10:
11: // Telegram bot token
12: const telegram_bot_token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz-1234567890";
13:
14: // SendGrid API Key

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
13:
14: // SendGrid API Key
15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
16:
17: // Twilio credentials

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
13:
14: // SendGrid API Key
15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
16:
17: // Twilio credentials

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 18: const twilio_api_key = "SKabcdefghijklmnopqrstuvwxyz123456";
16:
17: // Twilio credentials
18: const twilio_api_key = "SKabcdefghijklmnopqrstuvwxyz123456";
19: const twilio_auth_token = "1234567890abcdefghijklmnopqrstuvwx";
20:

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 19: const twilio_auth_token = "1234567890abcdefghijklmnopqrstuvwx";
17: // Twilio credentials
18: const twilio_api_key = "SKabcdefghijklmnopqrstuvwxyz123456";
19: const twilio_auth_token = "1234567890abcdefghijklmnopqrstuvwx";
20:
21: // Mailchimp API Key

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 22: const mailchimp_api_key = "1234567890abcdef1234567890abcdef-us12";
20:
21: // Mailchimp API Key
22: const mailchimp_api_key = "1234567890abcdef1234567890abcdef-us12";
23:
24: // Postmark Server Token

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 25: const postmark_token = "12345678-1234-1234-1234-123456789012";
23:
24: // Postmark Server Token
25: const postmark_token = "12345678-1234-1234-1234-123456789012";
26:
27: module.exports = {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 1: // Communication Services Tokens
1: // Communication Services Tokens
2: // Slack, Discord, Telegram, Email services (FOR TESTING ONLY)
3:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 1: // Communication Services Tokens
1: // Communication Services Tokens
2: // Slack, Discord, Telegram, Email services (FOR TESTING ONLY)
3:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 2: // Slack, Discord, Telegram, Email services (FOR TESTING ONLY)
1: // Communication Services Tokens
2: // Slack, Discord, Telegram, Email services (FOR TESTING ONLY)
3:
4: // Slack tokens

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 2: // Slack, Discord, Telegram, Email services (FOR TESTING ONLY)
1: // Communication Services Tokens
2: // Slack, Discord, Telegram, Email services (FOR TESTING ONLY)
3:
4: // Slack tokens

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
3:
4: // Slack tokens
5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
7:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
3:
4: // Slack tokens
5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
7:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
3:
4: // Slack tokens
5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
7:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
3:
4: // Slack tokens
5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
7:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
3:
4: // Slack tokens
5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
7:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
4: // Slack tokens
5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
7:
8: // Discord bot token

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
4: // Slack tokens
5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
7:
8: // Discord bot token

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
4: // Slack tokens
5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
7:
8: // Discord bot token

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
4: // Slack tokens
5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
7:
8: // Discord bot token

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
4: // Slack tokens
5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
7:
8: // Discord bot token

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
4: // Slack tokens
5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
7:
8: // Discord bot token

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
4: // Slack tokens
5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
7:
8: // Discord bot token

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
7:
8: // Discord bot token
9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
10:
11: // Telegram bot token

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
7:
8: // Discord bot token
9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
10:
11: // Telegram bot token

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
7:
8: // Discord bot token
9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
10:
11: // Telegram bot token

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
7:
8: // Discord bot token
9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
10:
11: // Telegram bot token

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
7:
8: // Discord bot token
9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
10:
11: // Telegram bot token

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
7:
8: // Discord bot token
9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
10:
11: // Telegram bot token

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
7:
8: // Discord bot token
9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
10:
11: // Telegram bot token

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 11: // Telegram bot token
9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
10:
11: // Telegram bot token
12: const telegram_bot_token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz-1234567890";
13:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 12: const telegram_bot_token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz-1234567890";
10:
11: // Telegram bot token
12: const telegram_bot_token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz-1234567890";
13:
14: // SendGrid API Key

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 12: const telegram_bot_token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz-1234567890";
10:
11: // Telegram bot token
12: const telegram_bot_token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz-1234567890";
13:
14: // SendGrid API Key

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 12: const telegram_bot_token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz-1234567890";
10:
11: // Telegram bot token
12: const telegram_bot_token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz-1234567890";
13:
14: // SendGrid API Key

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 12: const telegram_bot_token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz-1234567890";
10:
11: // Telegram bot token
12: const telegram_bot_token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz-1234567890";
13:
14: // SendGrid API Key

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 12: const telegram_bot_token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz-1234567890";
10:
11: // Telegram bot token
12: const telegram_bot_token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz-1234567890";
13:
14: // SendGrid API Key

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 12: const telegram_bot_token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz-1234567890";
10:
11: // Telegram bot token
12: const telegram_bot_token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz-1234567890";
13:
14: // SendGrid API Key

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 14: // SendGrid API Key
12: const telegram_bot_token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz-1234567890";
13:
14: // SendGrid API Key
15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
16:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
13:
14: // SendGrid API Key
15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
16:
17: // Twilio credentials

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
13:
14: // SendGrid API Key
15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
16:
17: // Twilio credentials

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
13:
14: // SendGrid API Key
15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
16:
17: // Twilio credentials

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
13:
14: // SendGrid API Key
15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
16:
17: // Twilio credentials

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
13:
14: // SendGrid API Key
15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
16:
17: // Twilio credentials

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
13:
14: // SendGrid API Key
15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
16:
17: // Twilio credentials

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
13:
14: // SendGrid API Key
15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
16:
17: // Twilio credentials

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
13:
14: // SendGrid API Key
15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
16:
17: // Twilio credentials

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 17: // Twilio credentials
15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
16:
17: // Twilio credentials
18: const twilio_api_key = "SKabcdefghijklmnopqrstuvwxyz123456";
19: const twilio_auth_token = "1234567890abcdefghijklmnopqrstuvwx";

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 18: const twilio_api_key = "SKabcdefghijklmnopqrstuvwxyz123456";
16:
17: // Twilio credentials
18: const twilio_api_key = "SKabcdefghijklmnopqrstuvwxyz123456";
19: const twilio_auth_token = "1234567890abcdefghijklmnopqrstuvwx";
20:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 18: const twilio_api_key = "SKabcdefghijklmnopqrstuvwxyz123456";
16:
17: // Twilio credentials
18: const twilio_api_key = "SKabcdefghijklmnopqrstuvwxyz123456";
19: const twilio_auth_token = "1234567890abcdefghijklmnopqrstuvwx";
20:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 18: const twilio_api_key = "SKabcdefghijklmnopqrstuvwxyz123456";
16:
17: // Twilio credentials
18: const twilio_api_key = "SKabcdefghijklmnopqrstuvwxyz123456";
19: const twilio_auth_token = "1234567890abcdefghijklmnopqrstuvwx";
20:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 18: const twilio_api_key = "SKabcdefghijklmnopqrstuvwxyz123456";
16:
17: // Twilio credentials
18: const twilio_api_key = "SKabcdefghijklmnopqrstuvwxyz123456";
19: const twilio_auth_token = "1234567890abcdefghijklmnopqrstuvwx";
20:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 19: const twilio_auth_token = "1234567890abcdefghijklmnopqrstuvwx";
17: // Twilio credentials
18: const twilio_api_key = "SKabcdefghijklmnopqrstuvwxyz123456";
19: const twilio_auth_token = "1234567890abcdefghijklmnopqrstuvwx";
20:
21: // Mailchimp API Key

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 19: const twilio_auth_token = "1234567890abcdefghijklmnopqrstuvwx";
17: // Twilio credentials
18: const twilio_api_key = "SKabcdefghijklmnopqrstuvwxyz123456";
19: const twilio_auth_token = "1234567890abcdefghijklmnopqrstuvwx";
20:
21: // Mailchimp API Key

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 19: const twilio_auth_token = "1234567890abcdefghijklmnopqrstuvwx";
17: // Twilio credentials
18: const twilio_api_key = "SKabcdefghijklmnopqrstuvwxyz123456";
19: const twilio_auth_token = "1234567890abcdefghijklmnopqrstuvwx";
20:
21: // Mailchimp API Key

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 19: const twilio_auth_token = "1234567890abcdefghijklmnopqrstuvwx";
17: // Twilio credentials
18: const twilio_api_key = "SKabcdefghijklmnopqrstuvwxyz123456";
19: const twilio_auth_token = "1234567890abcdefghijklmnopqrstuvwx";
20:
21: // Mailchimp API Key

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 21: // Mailchimp API Key
19: const twilio_auth_token = "1234567890abcdefghijklmnopqrstuvwx";
20:
21: // Mailchimp API Key
22: const mailchimp_api_key = "1234567890abcdef1234567890abcdef-us12";
23:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 22: const mailchimp_api_key = "1234567890abcdef1234567890abcdef-us12";
20:
21: // Mailchimp API Key
22: const mailchimp_api_key = "1234567890abcdef1234567890abcdef-us12";
23:
24: // Postmark Server Token

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 22: const mailchimp_api_key = "1234567890abcdef1234567890abcdef-us12";
20:
21: // Mailchimp API Key
22: const mailchimp_api_key = "1234567890abcdef1234567890abcdef-us12";
23:
24: // Postmark Server Token

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 22: const mailchimp_api_key = "1234567890abcdef1234567890abcdef-us12";
20:
21: // Mailchimp API Key
22: const mailchimp_api_key = "1234567890abcdef1234567890abcdef-us12";
23:
24: // Postmark Server Token

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 22: const mailchimp_api_key = "1234567890abcdef1234567890abcdef-us12";
20:
21: // Mailchimp API Key
22: const mailchimp_api_key = "1234567890abcdef1234567890abcdef-us12";
23:
24: // Postmark Server Token

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 22: const mailchimp_api_key = "1234567890abcdef1234567890abcdef-us12";
20:
21: // Mailchimp API Key
22: const mailchimp_api_key = "1234567890abcdef1234567890abcdef-us12";
23:
24: // Postmark Server Token

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 24: // Postmark Server Token
22: const mailchimp_api_key = "1234567890abcdef1234567890abcdef-us12";
23:
24: // Postmark Server Token
25: const postmark_token = "12345678-1234-1234-1234-123456789012";
26:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 25: const postmark_token = "12345678-1234-1234-1234-123456789012";
23:
24: // Postmark Server Token
25: const postmark_token = "12345678-1234-1234-1234-123456789012";
26:
27: module.exports = {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 25: const postmark_token = "12345678-1234-1234-1234-123456789012";
23:
24: // Postmark Server Token
25: const postmark_token = "12345678-1234-1234-1234-123456789012";
26:
27: module.exports = {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 25: const postmark_token = "12345678-1234-1234-1234-123456789012";
23:
24: // Postmark Server Token
25: const postmark_token = "12345678-1234-1234-1234-123456789012";
26:
27: module.exports = {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 30: telegram_bot_token,
28: slack_bot_token,
29: discord_bot_token,
30: telegram_bot_token,
31: sendgrid_api_key,
32: twilio_api_key,

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 31: sendgrid_api_key,
29: discord_bot_token,
30: telegram_bot_token,
31: sendgrid_api_key,
32: twilio_api_key,
33: mailchimp_api_key,

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 33: mailchimp_api_key,
31: sendgrid_api_key,
32: twilio_api_key,
33: mailchimp_api_key,
34: postmark_token
35: };

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 34: postmark_token
32: twilio_api_key,
33: mailchimp_api_key,
34: postmark_token
35: };
36:

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
4: // Slack tokens
5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
7:
8: // Discord bot token

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
7:
8: // Discord bot token
9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
10:
11: // Telegram bot token

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
13:
14: // SendGrid API Key
15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
16:
17: // Twilio credentials

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 18: const twilio_api_key = "SKabcdefghijklmnopqrstuvwxyz123456";
16:
17: // Twilio credentials
18: const twilio_api_key = "SKabcdefghijklmnopqrstuvwxyz123456";
19: const twilio_auth_token = "1234567890abcdefghijklmnopqrstuvwx";
20:

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 19: const twilio_auth_token = "1234567890abcdefghijklmnopqrstuvwx";
17: // Twilio credentials
18: const twilio_api_key = "SKabcdefghijklmnopqrstuvwxyz123456";
19: const twilio_auth_token = "1234567890abcdefghijklmnopqrstuvwx";
20:
21: // Mailchimp API Key

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 22: const mailchimp_api_key = "1234567890abcdef1234567890abcdef-us12";
20:
21: // Mailchimp API Key
22: const mailchimp_api_key = "1234567890abcdef1234567890abcdef-us12";
23:
24: // Postmark Server Token

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
3:
4: // Slack tokens
5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
7:

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
4: // Slack tokens
5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
7:
8: // Discord bot token

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
7:
8: // Discord bot token
9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
10:
11: // Telegram bot token

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
7:
8: // Discord bot token
9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
10:
11: // Telegram bot token

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 12: const telegram_bot_token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz-1234567890";
10:
11: // Telegram bot token
12: const telegram_bot_token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz-1234567890";
13:
14: // SendGrid API Key

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
13:
14: // SendGrid API Key
15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
16:
17: // Twilio credentials

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 18: const twilio_api_key = "SKabcdefghijklmnopqrstuvwxyz123456";
16:
17: // Twilio credentials
18: const twilio_api_key = "SKabcdefghijklmnopqrstuvwxyz123456";
19: const twilio_auth_token = "1234567890abcdefghijklmnopqrstuvwx";
20:

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 19: const twilio_auth_token = "1234567890abcdefghijklmnopqrstuvwx";
17: // Twilio credentials
18: const twilio_api_key = "SKabcdefghijklmnopqrstuvwxyz123456";
19: const twilio_auth_token = "1234567890abcdefghijklmnopqrstuvwx";
20:
21: // Mailchimp API Key

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 22: const mailchimp_api_key = "1234567890abcdef1234567890abcdef-us12";
20:
21: // Mailchimp API Key
22: const mailchimp_api_key = "1234567890abcdef1234567890abcdef-us12";
23:
24: // Postmark Server Token

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
3:
4: // Slack tokens
5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
7:

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
4: // Slack tokens
5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
7:
8: // Discord bot token

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
7:
8: // Discord bot token
9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
10:
11: // Telegram bot token

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
7:
8: // Discord bot token
9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
10:
11: // Telegram bot token

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 12: const telegram_bot_token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz-1234567890";
10:
11: // Telegram bot token
12: const telegram_bot_token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz-1234567890";
13:
14: // SendGrid API Key

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
13:
14: // SendGrid API Key
15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
16:
17: // Twilio credentials

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
13:
14: // SendGrid API Key
15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
16:
17: // Twilio credentials

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
13:
14: // SendGrid API Key
15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
16:
17: // Twilio credentials

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 18: const twilio_api_key = "SKabcdefghijklmnopqrstuvwxyz123456";
16:
17: // Twilio credentials
18: const twilio_api_key = "SKabcdefghijklmnopqrstuvwxyz123456";
19: const twilio_auth_token = "1234567890abcdefghijklmnopqrstuvwx";
20:

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 19: const twilio_auth_token = "1234567890abcdefghijklmnopqrstuvwx";
17: // Twilio credentials
18: const twilio_api_key = "SKabcdefghijklmnopqrstuvwxyz123456";
19: const twilio_auth_token = "1234567890abcdefghijklmnopqrstuvwx";
20:
21: // Mailchimp API Key

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 22: const mailchimp_api_key = "1234567890abcdef1234567890abcdef-us12";
20:
21: // Mailchimp API Key
22: const mailchimp_api_key = "1234567890abcdef1234567890abcdef-us12";
23:
24: // Postmark Server Token

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 1: // Communication Services Tokens
1: // Communication Services Tokens
2: // Slack, Discord, Telegram, Email services (FOR TESTING ONLY)
3:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 1: // Communication Services Tokens
1: // Communication Services Tokens
2: // Slack, Discord, Telegram, Email services (FOR TESTING ONLY)
3:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 2: // Slack, Discord, Telegram, Email services (FOR TESTING ONLY)
1: // Communication Services Tokens
2: // Slack, Discord, Telegram, Email services (FOR TESTING ONLY)
3:
4: // Slack tokens

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 2: // Slack, Discord, Telegram, Email services (FOR TESTING ONLY)
1: // Communication Services Tokens
2: // Slack, Discord, Telegram, Email services (FOR TESTING ONLY)
3:
4: // Slack tokens

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
3:
4: // Slack tokens
5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
7:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
3:
4: // Slack tokens
5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
7:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
3:
4: // Slack tokens
5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
7:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
4: // Slack tokens
5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
7:
8: // Discord bot token

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
4: // Slack tokens
5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
7:
8: // Discord bot token

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
4: // Slack tokens
5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
7:
8: // Discord bot token

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
4: // Slack tokens
5: const slack_bot_token = "xoxb-1234567890123-1234567890123-abcdefghijklmnopqrstuvwx";
6: const slack_user_token = "xoxp-1234567890123-1234567890123-1234567890123-abcdefghijklmnopqrstuvwxyz123456";
7:
8: // Discord bot token

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
7:
8: // Discord bot token
9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
10:
11: // Telegram bot token

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
7:
8: // Discord bot token
9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
10:
11: // Telegram bot token

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 11: // Telegram bot token
9: const discord_bot_token = "MTA1MjM0NTY3ODkwMTIzNDU2Nzg.GaBcDe.FgHiJkLmNoPqRsTuVwXyZ1234567890AbCdEf";
10:
11: // Telegram bot token
12: const telegram_bot_token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz-1234567890";
13:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 12: const telegram_bot_token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz-1234567890";
10:
11: // Telegram bot token
12: const telegram_bot_token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz-1234567890";
13:
14: // SendGrid API Key

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 12: const telegram_bot_token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz-1234567890";
10:
11: // Telegram bot token
12: const telegram_bot_token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz-1234567890";
13:
14: // SendGrid API Key

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 12: const telegram_bot_token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz-1234567890";
10:
11: // Telegram bot token
12: const telegram_bot_token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz-1234567890";
13:
14: // SendGrid API Key

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 12: const telegram_bot_token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz-1234567890";
10:
11: // Telegram bot token
12: const telegram_bot_token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz-1234567890";
13:
14: // SendGrid API Key

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 14: // SendGrid API Key
12: const telegram_bot_token = "1234567890:ABCdefGHIjklMNOpqrsTUVwxyz-1234567890";
13:
14: // SendGrid API Key
15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
16:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
13:
14: // SendGrid API Key
15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
16:
17: // Twilio credentials

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
13:
14: // SendGrid API Key
15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
16:
17: // Twilio credentials

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
13:
14: // SendGrid API Key
15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
16:
17: // Twilio credentials

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 17: // Twilio credentials
15: const sendgrid_api_key = "SG.abcdefghijklmnopqrst.1234567890abcdefghijklmnopqrstuvwxyz123456";
16:
17: // Twilio credentials
18: const twilio_api_key = "SKabcdefghijklmnopqrstuvwxyz123456";
19: const twilio_auth_token = "1234567890abcdefghijklmnopqrstuvwx";

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 18: const twilio_api_key = "SKabcdefghijklmnopqrstuvwxyz123456";
16:
17: // Twilio credentials
18: const twilio_api_key = "SKabcdefghijklmnopqrstuvwxyz123456";
19: const twilio_auth_token = "1234567890abcdefghijklmnopqrstuvwx";
20:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 19: const twilio_auth_token = "1234567890abcdefghijklmnopqrstuvwx";
17: // Twilio credentials
18: const twilio_api_key = "SKabcdefghijklmnopqrstuvwxyz123456";
19: const twilio_auth_token = "1234567890abcdefghijklmnopqrstuvwx";
20:
21: // Mailchimp API Key

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 21: // Mailchimp API Key
19: const twilio_auth_token = "1234567890abcdefghijklmnopqrstuvwx";
20:
21: // Mailchimp API Key
22: const mailchimp_api_key = "1234567890abcdef1234567890abcdef-us12";
23:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 22: const mailchimp_api_key = "1234567890abcdef1234567890abcdef-us12";
20:
21: // Mailchimp API Key
22: const mailchimp_api_key = "1234567890abcdef1234567890abcdef-us12";
23:
24: // Postmark Server Token

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 22: const mailchimp_api_key = "1234567890abcdef1234567890abcdef-us12";
20:
21: // Mailchimp API Key
22: const mailchimp_api_key = "1234567890abcdef1234567890abcdef-us12";
23:
24: // Postmark Server Token

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 24: // Postmark Server Token
22: const mailchimp_api_key = "1234567890abcdef1234567890abcdef-us12";
23:
24: // Postmark Server Token
25: const postmark_token = "12345678-1234-1234-1234-123456789012";
26:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 25: const postmark_token = "12345678-1234-1234-1234-123456789012";
23:
24: // Postmark Server Token
25: const postmark_token = "12345678-1234-1234-1234-123456789012";
26:
27: module.exports = {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 25: const postmark_token = "12345678-1234-1234-1234-123456789012";
23:
24: // Postmark Server Token
25: const postmark_token = "12345678-1234-1234-1234-123456789012";
26:
27: module.exports = {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 25: const postmark_token = "12345678-1234-1234-1234-123456789012";
23:
24: // Postmark Server Token
25: const postmark_token = "12345678-1234-1234-1234-123456789012";
26:
27: module.exports = {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 30: telegram_bot_token,
28: slack_bot_token,
29: discord_bot_token,
30: telegram_bot_token,
31: sendgrid_api_key,
32: twilio_api_key,

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 31: sendgrid_api_key,
29: discord_bot_token,
30: telegram_bot_token,
31: sendgrid_api_key,
32: twilio_api_key,
33: mailchimp_api_key,

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 33: mailchimp_api_key,
31: sendgrid_api_key,
32: twilio_api_key,
33: mailchimp_api_key,
34: postmark_token
35: };

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 34: postmark_token
32: twilio_api_key,
33: mailchimp_api_key,
34: postmark_token
35: };
36:
[FILE] ./examples/clean-config.js

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
47: }
48: };

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
47: }
48: };

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 44: fileHash: '5d41402abc4b2a76b9719d911017c592',
42: checksums: {
43: // MD5 hash of a file
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
47: }
48: };

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 8: secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY,
6: aws: {
7: accessKeyId: process.env.AWS_ACCESS_KEY_ID,
8: secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY,
9: region: process.env.AWS_REGION || 'us-east-1'
10: },

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 44: fileHash: '5d41402abc4b2a76b9719d911017c592',
42: checksums: {
43: // MD5 hash of a file
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
47: }
48: };

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 1: // Clean Configuration Example
1: // Clean Configuration Example
2: // This file uses environment variables (CORRECT APPROACH)
3:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 2: // This file uses environment variables (CORRECT APPROACH)
1: // Clean Configuration Example
2: // This file uses environment variables (CORRECT APPROACH)
3:
4: const config = {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 2: // This file uses environment variables (CORRECT APPROACH)
1: // Clean Configuration Example
2: // This file uses environment variables (CORRECT APPROACH)
3:
4: const config = {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 2: // This file uses environment variables (CORRECT APPROACH)
1: // Clean Configuration Example
2: // This file uses environment variables (CORRECT APPROACH)
3:
4: const config = {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 5: // AWS Configuration - using environment variables
3:
4: const config = {
5: // AWS Configuration - using environment variables
6: aws: {
7: accessKeyId: process.env.AWS_ACCESS_KEY_ID,

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 5: // AWS Configuration - using environment variables
3:
4: const config = {
5: // AWS Configuration - using environment variables
6: aws: {
7: accessKeyId: process.env.AWS_ACCESS_KEY_ID,

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 5: // AWS Configuration - using environment variables
3:
4: const config = {
5: // AWS Configuration - using environment variables
6: aws: {
7: accessKeyId: process.env.AWS_ACCESS_KEY_ID,

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 7: accessKeyId: process.env.AWS_ACCESS_KEY_ID,
5: // AWS Configuration - using environment variables
6: aws: {
7: accessKeyId: process.env.AWS_ACCESS_KEY_ID,
8: secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY,
9: region: process.env.AWS_REGION || 'us-east-1'

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 8: secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY,
6: aws: {
7: accessKeyId: process.env.AWS_ACCESS_KEY_ID,
8: secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY,
9: region: process.env.AWS_REGION || 'us-east-1'
10: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 12: // Database Configuration - using environment variables
10: },
11:
12: // Database Configuration - using environment variables
13: database: {
14: url: process.env.DATABASE_URL,

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 12: // Database Configuration - using environment variables
10: },
11:
12: // Database Configuration - using environment variables
13: database: {
14: url: process.env.DATABASE_URL,

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 12: // Database Configuration - using environment variables
10: },
11:
12: // Database Configuration - using environment variables
13: database: {
14: url: process.env.DATABASE_URL,

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 12: // Database Configuration - using environment variables
10: },
11:
12: // Database Configuration - using environment variables
13: database: {
14: url: process.env.DATABASE_URL,

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 13: database: {
11:
12: // Database Configuration - using environment variables
13: database: {
14: url: process.env.DATABASE_URL,
15: maxConnections: 10,

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 14: url: process.env.DATABASE_URL,
12: // Database Configuration - using environment variables
13: database: {
14: url: process.env.DATABASE_URL,
15: maxConnections: 10,
16: ssl: true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 15: maxConnections: 10,
13: database: {
14: url: process.env.DATABASE_URL,
15: maxConnections: 10,
16: ssl: true
17: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 19: // API Keys - using environment variables
17: },
18:
19: // API Keys - using environment variables
20: apiKeys: {
21: openai: process.env.OPENAI_API_KEY,

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 19: // API Keys - using environment variables
17: },
18:
19: // API Keys - using environment variables
20: apiKeys: {
21: openai: process.env.OPENAI_API_KEY,

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 26: // Application settings (not sensitive)
24: },
25:
26: // Application settings (not sensitive)
27: app: {
28: port: 3000,

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 26: // Application settings (not sensitive)
24: },
25:
26: // Application settings (not sensitive)
27: app: {
28: port: 3000,

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 26: // Application settings (not sensitive)
24: },
25:
26: // Application settings (not sensitive)
27: app: {
28: port: 3000,

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 29: host: 'localhost',
27: app: {
28: port: 3000,
29: host: 'localhost',
30: environment: 'development',
31: logLevel: 'info'

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 30: environment: 'development',
28: port: 3000,
29: host: 'localhost',
30: environment: 'development',
31: logLevel: 'info'
32: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 30: environment: 'development',
28: port: 3000,
29: host: 'localhost',
30: environment: 'development',
31: logLevel: 'info'
32: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 31: logLevel: 'info'
29: host: 'localhost',
30: environment: 'development',
31: logLevel: 'info'
32: },
33:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 34: // Feature flags (not sensitive)
32: },
33:
34: // Feature flags (not sensitive)
35: features: {
36: enableNewUI: true,

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 35: features: {
33:
34: // Feature flags (not sensitive)
35: features: {
36: enableNewUI: true,
37: enableBetaFeatures: false,

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 36: enableNewUI: true,
34: // Feature flags (not sensitive)
35: features: {
36: enableNewUI: true,
37: enableBetaFeatures: false,
38: maxUploadSize: 10485760 // 10MB

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 37: enableBetaFeatures: false,
35: features: {
36: enableNewUI: true,
37: enableBetaFeatures: false,
38: maxUploadSize: 10485760 // 10MB
39: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 37: enableBetaFeatures: false,
35: features: {
36: enableNewUI: true,
37: enableBetaFeatures: false,
38: maxUploadSize: 10485760 // 10MB
39: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 38: maxUploadSize: 10485760 // 10MB
36: enableNewUI: true,
37: enableBetaFeatures: false,
38: maxUploadSize: 10485760 // 10MB
39: },
40:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 38: maxUploadSize: 10485760 // 10MB
36: enableNewUI: true,
37: enableBetaFeatures: false,
38: maxUploadSize: 10485760 // 10MB
39: },
40:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 41: // Some hashes that might look like credentials but aren't
39: },
40:
41: // Some hashes that might look like credentials but aren't
42: checksums: {
43: // MD5 hash of a file

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 42: checksums: {
40:
41: // Some hashes that might look like credentials but aren't
42: checksums: {
43: // MD5 hash of a file
44: fileHash: '5d41402abc4b2a76b9719d911017c592',

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 44: fileHash: '5d41402abc4b2a76b9719d911017c592',
42: checksums: {
43: // MD5 hash of a file
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 44: fileHash: '5d41402abc4b2a76b9719d911017c592',
42: checksums: {
43: // MD5 hash of a file
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 44: fileHash: '5d41402abc4b2a76b9719d911017c592',
42: checksums: {
43: // MD5 hash of a file
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 44: fileHash: '5d41402abc4b2a76b9719d911017c592',
42: checksums: {
43: // MD5 hash of a file
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 44: fileHash: '5d41402abc4b2a76b9719d911017c592',
42: checksums: {
43: // MD5 hash of a file
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
47: }
48: };

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
47: }
48: };

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
47: }
48: };

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
47: }
48: };

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
47: }
48: };

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
47: }
48: };

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
47: }
48: };

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
47: }
48: };

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
47: }
48: };

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
47: }
48: };

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 44: fileHash: '5d41402abc4b2a76b9719d911017c592',
42: checksums: {
43: // MD5 hash of a file
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
47: }
48: };

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
47: }
48: };

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 44: fileHash: '5d41402abc4b2a76b9719d911017c592',
42: checksums: {
43: // MD5 hash of a file
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
47: }
48: };

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
47: }
48: };

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 44: fileHash: '5d41402abc4b2a76b9719d911017c592',
42: checksums: {
43: // MD5 hash of a file
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
47: }
48: };

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
47: }
48: };

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
47: }
48: };

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 1: // Clean Configuration Example
1: // Clean Configuration Example
2: // This file uses environment variables (CORRECT APPROACH)
3:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 2: // This file uses environment variables (CORRECT APPROACH)
1: // Clean Configuration Example
2: // This file uses environment variables (CORRECT APPROACH)
3:
4: const config = {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 2: // This file uses environment variables (CORRECT APPROACH)
1: // Clean Configuration Example
2: // This file uses environment variables (CORRECT APPROACH)
3:
4: const config = {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 2: // This file uses environment variables (CORRECT APPROACH)
1: // Clean Configuration Example
2: // This file uses environment variables (CORRECT APPROACH)
3:
4: const config = {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 5: // AWS Configuration - using environment variables
3:
4: const config = {
5: // AWS Configuration - using environment variables
6: aws: {
7: accessKeyId: process.env.AWS_ACCESS_KEY_ID,

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 5: // AWS Configuration - using environment variables
3:
4: const config = {
5: // AWS Configuration - using environment variables
6: aws: {
7: accessKeyId: process.env.AWS_ACCESS_KEY_ID,

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 5: // AWS Configuration - using environment variables
3:
4: const config = {
5: // AWS Configuration - using environment variables
6: aws: {
7: accessKeyId: process.env.AWS_ACCESS_KEY_ID,

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 7: accessKeyId: process.env.AWS_ACCESS_KEY_ID,
5: // AWS Configuration - using environment variables
6: aws: {
7: accessKeyId: process.env.AWS_ACCESS_KEY_ID,
8: secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY,
9: region: process.env.AWS_REGION || 'us-east-1'

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 8: secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY,
6: aws: {
7: accessKeyId: process.env.AWS_ACCESS_KEY_ID,
8: secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY,
9: region: process.env.AWS_REGION || 'us-east-1'
10: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 12: // Database Configuration - using environment variables
10: },
11:
12: // Database Configuration - using environment variables
13: database: {
14: url: process.env.DATABASE_URL,

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 12: // Database Configuration - using environment variables
10: },
11:
12: // Database Configuration - using environment variables
13: database: {
14: url: process.env.DATABASE_URL,

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 12: // Database Configuration - using environment variables
10: },
11:
12: // Database Configuration - using environment variables
13: database: {
14: url: process.env.DATABASE_URL,

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 12: // Database Configuration - using environment variables
10: },
11:
12: // Database Configuration - using environment variables
13: database: {
14: url: process.env.DATABASE_URL,

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 13: database: {
11:
12: // Database Configuration - using environment variables
13: database: {
14: url: process.env.DATABASE_URL,
15: maxConnections: 10,

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 14: url: process.env.DATABASE_URL,
12: // Database Configuration - using environment variables
13: database: {
14: url: process.env.DATABASE_URL,
15: maxConnections: 10,
16: ssl: true

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 15: maxConnections: 10,
13: database: {
14: url: process.env.DATABASE_URL,
15: maxConnections: 10,
16: ssl: true
17: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 19: // API Keys - using environment variables
17: },
18:
19: // API Keys - using environment variables
20: apiKeys: {
21: openai: process.env.OPENAI_API_KEY,

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 19: // API Keys - using environment variables
17: },
18:
19: // API Keys - using environment variables
20: apiKeys: {
21: openai: process.env.OPENAI_API_KEY,

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 26: // Application settings (not sensitive)
24: },
25:
26: // Application settings (not sensitive)
27: app: {
28: port: 3000,

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 26: // Application settings (not sensitive)
24: },
25:
26: // Application settings (not sensitive)
27: app: {
28: port: 3000,

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 26: // Application settings (not sensitive)
24: },
25:
26: // Application settings (not sensitive)
27: app: {
28: port: 3000,

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 29: host: 'localhost',
27: app: {
28: port: 3000,
29: host: 'localhost',
30: environment: 'development',
31: logLevel: 'info'

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 30: environment: 'development',
28: port: 3000,
29: host: 'localhost',
30: environment: 'development',
31: logLevel: 'info'
32: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 30: environment: 'development',
28: port: 3000,
29: host: 'localhost',
30: environment: 'development',
31: logLevel: 'info'
32: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 31: logLevel: 'info'
29: host: 'localhost',
30: environment: 'development',
31: logLevel: 'info'
32: },
33:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 34: // Feature flags (not sensitive)
32: },
33:
34: // Feature flags (not sensitive)
35: features: {
36: enableNewUI: true,

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 35: features: {
33:
34: // Feature flags (not sensitive)
35: features: {
36: enableNewUI: true,
37: enableBetaFeatures: false,

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 36: enableNewUI: true,
34: // Feature flags (not sensitive)
35: features: {
36: enableNewUI: true,
37: enableBetaFeatures: false,
38: maxUploadSize: 10485760 // 10MB

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 37: enableBetaFeatures: false,
35: features: {
36: enableNewUI: true,
37: enableBetaFeatures: false,
38: maxUploadSize: 10485760 // 10MB
39: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 38: maxUploadSize: 10485760 // 10MB
36: enableNewUI: true,
37: enableBetaFeatures: false,
38: maxUploadSize: 10485760 // 10MB
39: },
40:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 38: maxUploadSize: 10485760 // 10MB
36: enableNewUI: true,
37: enableBetaFeatures: false,
38: maxUploadSize: 10485760 // 10MB
39: },
40:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 41: // Some hashes that might look like credentials but aren't
39: },
40:
41: // Some hashes that might look like credentials but aren't
42: checksums: {
43: // MD5 hash of a file

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 42: checksums: {
40:
41: // Some hashes that might look like credentials but aren't
42: checksums: {
43: // MD5 hash of a file
44: fileHash: '5d41402abc4b2a76b9719d911017c592',

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 44: fileHash: '5d41402abc4b2a76b9719d911017c592',
42: checksums: {
43: // MD5 hash of a file
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 44: fileHash: '5d41402abc4b2a76b9719d911017c592',
42: checksums: {
43: // MD5 hash of a file
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
47: }
48: };

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
44: fileHash: '5d41402abc4b2a76b9719d911017c592',
45: // SHA256 hash
46: buildHash: 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
47: }
48: };
[FILE] ./examples/aws-config.js

AWS Access Key ID (IAM, SES, S3, EC2, etc.) (high)

Service: Amazon Web Services | Category: undefined

Description: AWS Access Key ID - used across all AWS services including IAM, SES, S3, EC2, Lambda, etc.

Line 6: aws_access_key: "AKIAIOSFODNN7EXAMPLE",
4: const awsConfig = {
5: // AWS Access Key - should be detected
6: aws_access_key: "AKIAIOSFODNN7EXAMPLE",
7:
8: // AWS Secret Key - should be detected with context

AWS Access Key ID (IAM, SES, S3, EC2, etc.) (high)

Service: Amazon Web Services | Category: undefined

Description: AWS Access Key ID - used across all AWS services including IAM, SES, S3, EC2, Lambda, etc.

Line 15: const AWS_ACCESS_KEY_ID = "AKIAJKLMNOPQRSTUVWXY";
13:
14: // Alternative configuration style
15: const AWS_ACCESS_KEY_ID = "AKIAJKLMNOPQRSTUVWXY";
16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
17:

AWS Secret Access Key (critical)

Service: Amazon Web Services | Category: undefined

Description: AWS Secret Access Key with context

Line 9: aws_secret_access_key: "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
7:
8: // AWS Secret Key - should be detected with context
9: aws_secret_access_key: "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
10:
11: region: "us-east-1"

AWS Secret Access Key (critical)

Service: Amazon Web Services | Category: undefined

Description: AWS Secret Access Key with context

Line 16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
14: // Alternative configuration style
15: const AWS_ACCESS_KEY_ID = "AKIAJKLMNOPQRSTUVWXY";
16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
17:
18: module.exports = awsConfig;

Generic Secret Key (high)

Service: General | Category: undefined

Description: Generic Secret Key pattern

Line 16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
14: // Alternative configuration style
15: const AWS_ACCESS_KEY_ID = "AKIAJKLMNOPQRSTUVWXY";
16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
17:
18: module.exports = awsConfig;

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
14: // Alternative configuration style
15: const AWS_ACCESS_KEY_ID = "AKIAJKLMNOPQRSTUVWXY";
16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
17:
18: module.exports = awsConfig;

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 6: aws_access_key: "AKIAIOSFODNN7EXAMPLE",
4: const awsConfig = {
5: // AWS Access Key - should be detected
6: aws_access_key: "AKIAIOSFODNN7EXAMPLE",
7:
8: // AWS Secret Key - should be detected with context

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 9: aws_secret_access_key: "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
7:
8: // AWS Secret Key - should be detected with context
9: aws_secret_access_key: "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
10:
11: region: "us-east-1"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 15: const AWS_ACCESS_KEY_ID = "AKIAJKLMNOPQRSTUVWXY";
13:
14: // Alternative configuration style
15: const AWS_ACCESS_KEY_ID = "AKIAJKLMNOPQRSTUVWXY";
16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
17:

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
14: // Alternative configuration style
15: const AWS_ACCESS_KEY_ID = "AKIAJKLMNOPQRSTUVWXY";
16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
17:
18: module.exports = awsConfig;

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 1: // AWS Configuration Example
1: // AWS Configuration Example
2: // This file contains hardcoded AWS credentials (FOR TESTING ONLY)
3:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 2: // This file contains hardcoded AWS credentials (FOR TESTING ONLY)
1: // AWS Configuration Example
2: // This file contains hardcoded AWS credentials (FOR TESTING ONLY)
3:
4: const awsConfig = {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 2: // This file contains hardcoded AWS credentials (FOR TESTING ONLY)
1: // AWS Configuration Example
2: // This file contains hardcoded AWS credentials (FOR TESTING ONLY)
3:
4: const awsConfig = {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 2: // This file contains hardcoded AWS credentials (FOR TESTING ONLY)
1: // AWS Configuration Example
2: // This file contains hardcoded AWS credentials (FOR TESTING ONLY)
3:
4: const awsConfig = {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 4: const awsConfig = {
2: // This file contains hardcoded AWS credentials (FOR TESTING ONLY)
3:
4: const awsConfig = {
5: // AWS Access Key - should be detected
6: aws_access_key: "AKIAIOSFODNN7EXAMPLE",

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 5: // AWS Access Key - should be detected
3:
4: const awsConfig = {
5: // AWS Access Key - should be detected
6: aws_access_key: "AKIAIOSFODNN7EXAMPLE",
7:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 6: aws_access_key: "AKIAIOSFODNN7EXAMPLE",
4: const awsConfig = {
5: // AWS Access Key - should be detected
6: aws_access_key: "AKIAIOSFODNN7EXAMPLE",
7:
8: // AWS Secret Key - should be detected with context

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 6: aws_access_key: "AKIAIOSFODNN7EXAMPLE",
4: const awsConfig = {
5: // AWS Access Key - should be detected
6: aws_access_key: "AKIAIOSFODNN7EXAMPLE",
7:
8: // AWS Secret Key - should be detected with context

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 8: // AWS Secret Key - should be detected with context
6: aws_access_key: "AKIAIOSFODNN7EXAMPLE",
7:
8: // AWS Secret Key - should be detected with context
9: aws_secret_access_key: "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
10:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 9: aws_secret_access_key: "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
7:
8: // AWS Secret Key - should be detected with context
9: aws_secret_access_key: "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
10:
11: region: "us-east-1"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 9: aws_secret_access_key: "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
7:
8: // AWS Secret Key - should be detected with context
9: aws_secret_access_key: "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
10:
11: region: "us-east-1"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 9: aws_secret_access_key: "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
7:
8: // AWS Secret Key - should be detected with context
9: aws_secret_access_key: "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
10:
11: region: "us-east-1"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 14: // Alternative configuration style
12: };
13:
14: // Alternative configuration style
15: const AWS_ACCESS_KEY_ID = "AKIAJKLMNOPQRSTUVWXY";
16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 14: // Alternative configuration style
12: };
13:
14: // Alternative configuration style
15: const AWS_ACCESS_KEY_ID = "AKIAJKLMNOPQRSTUVWXY";
16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 15: const AWS_ACCESS_KEY_ID = "AKIAJKLMNOPQRSTUVWXY";
13:
14: // Alternative configuration style
15: const AWS_ACCESS_KEY_ID = "AKIAJKLMNOPQRSTUVWXY";
16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
17:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 15: const AWS_ACCESS_KEY_ID = "AKIAJKLMNOPQRSTUVWXY";
13:
14: // Alternative configuration style
15: const AWS_ACCESS_KEY_ID = "AKIAJKLMNOPQRSTUVWXY";
16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
17:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
14: // Alternative configuration style
15: const AWS_ACCESS_KEY_ID = "AKIAJKLMNOPQRSTUVWXY";
16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
17:
18: module.exports = awsConfig;

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
14: // Alternative configuration style
15: const AWS_ACCESS_KEY_ID = "AKIAJKLMNOPQRSTUVWXY";
16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
17:
18: module.exports = awsConfig;

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
14: // Alternative configuration style
15: const AWS_ACCESS_KEY_ID = "AKIAJKLMNOPQRSTUVWXY";
16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
17:
18: module.exports = awsConfig;

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
14: // Alternative configuration style
15: const AWS_ACCESS_KEY_ID = "AKIAJKLMNOPQRSTUVWXY";
16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
17:
18: module.exports = awsConfig;

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
14: // Alternative configuration style
15: const AWS_ACCESS_KEY_ID = "AKIAJKLMNOPQRSTUVWXY";
16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
17:
18: module.exports = awsConfig;

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 18: module.exports = awsConfig;
16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
17:
18: module.exports = awsConfig;
19:

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
14: // Alternative configuration style
15: const AWS_ACCESS_KEY_ID = "AKIAJKLMNOPQRSTUVWXY";
16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
17:
18: module.exports = awsConfig;

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
14: // Alternative configuration style
15: const AWS_ACCESS_KEY_ID = "AKIAJKLMNOPQRSTUVWXY";
16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
17:
18: module.exports = awsConfig;

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 6: aws_access_key: "AKIAIOSFODNN7EXAMPLE",
4: const awsConfig = {
5: // AWS Access Key - should be detected
6: aws_access_key: "AKIAIOSFODNN7EXAMPLE",
7:
8: // AWS Secret Key - should be detected with context

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 15: const AWS_ACCESS_KEY_ID = "AKIAJKLMNOPQRSTUVWXY";
13:
14: // Alternative configuration style
15: const AWS_ACCESS_KEY_ID = "AKIAJKLMNOPQRSTUVWXY";
16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
17:

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
14: // Alternative configuration style
15: const AWS_ACCESS_KEY_ID = "AKIAJKLMNOPQRSTUVWXY";
16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
17:
18: module.exports = awsConfig;

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
14: // Alternative configuration style
15: const AWS_ACCESS_KEY_ID = "AKIAJKLMNOPQRSTUVWXY";
16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
17:
18: module.exports = awsConfig;

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 1: // AWS Configuration Example
1: // AWS Configuration Example
2: // This file contains hardcoded AWS credentials (FOR TESTING ONLY)
3:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 2: // This file contains hardcoded AWS credentials (FOR TESTING ONLY)
1: // AWS Configuration Example
2: // This file contains hardcoded AWS credentials (FOR TESTING ONLY)
3:
4: const awsConfig = {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 2: // This file contains hardcoded AWS credentials (FOR TESTING ONLY)
1: // AWS Configuration Example
2: // This file contains hardcoded AWS credentials (FOR TESTING ONLY)
3:
4: const awsConfig = {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 2: // This file contains hardcoded AWS credentials (FOR TESTING ONLY)
1: // AWS Configuration Example
2: // This file contains hardcoded AWS credentials (FOR TESTING ONLY)
3:
4: const awsConfig = {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 4: const awsConfig = {
2: // This file contains hardcoded AWS credentials (FOR TESTING ONLY)
3:
4: const awsConfig = {
5: // AWS Access Key - should be detected
6: aws_access_key: "AKIAIOSFODNN7EXAMPLE",

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 5: // AWS Access Key - should be detected
3:
4: const awsConfig = {
5: // AWS Access Key - should be detected
6: aws_access_key: "AKIAIOSFODNN7EXAMPLE",
7:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 6: aws_access_key: "AKIAIOSFODNN7EXAMPLE",
4: const awsConfig = {
5: // AWS Access Key - should be detected
6: aws_access_key: "AKIAIOSFODNN7EXAMPLE",
7:
8: // AWS Secret Key - should be detected with context

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 8: // AWS Secret Key - should be detected with context
6: aws_access_key: "AKIAIOSFODNN7EXAMPLE",
7:
8: // AWS Secret Key - should be detected with context
9: aws_secret_access_key: "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
10:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 9: aws_secret_access_key: "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
7:
8: // AWS Secret Key - should be detected with context
9: aws_secret_access_key: "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
10:
11: region: "us-east-1"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 9: aws_secret_access_key: "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
7:
8: // AWS Secret Key - should be detected with context
9: aws_secret_access_key: "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
10:
11: region: "us-east-1"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 14: // Alternative configuration style
12: };
13:
14: // Alternative configuration style
15: const AWS_ACCESS_KEY_ID = "AKIAJKLMNOPQRSTUVWXY";
16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 14: // Alternative configuration style
12: };
13:
14: // Alternative configuration style
15: const AWS_ACCESS_KEY_ID = "AKIAJKLMNOPQRSTUVWXY";
16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 15: const AWS_ACCESS_KEY_ID = "AKIAJKLMNOPQRSTUVWXY";
13:
14: // Alternative configuration style
15: const AWS_ACCESS_KEY_ID = "AKIAJKLMNOPQRSTUVWXY";
16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
17:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
14: // Alternative configuration style
15: const AWS_ACCESS_KEY_ID = "AKIAJKLMNOPQRSTUVWXY";
16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
17:
18: module.exports = awsConfig;

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 18: module.exports = awsConfig;
16: const AWS_SECRET_KEY = "abcdefghijklmnopqrstuvwxyz1234567890ABCD";
17:
18: module.exports = awsConfig;
19:
[FILE] ./examples/api-keys.js

Google API Key (GCP, AI Studio, Maps, YouTube, Firebase) (high)

Service: Google Cloud Platform | Category: undefined

Description: Google API Key - used across GCP, AI Studio, Google Maps, YouTube Data API, and Firebase

Line 11: const google_api_key = "AIzaSyDaGmWKa4JsXZ-HjGw7ISLn_3namBGewQe";
9:
10: // Google API Key
11: const google_api_key = "AIzaSyDaGmWKa4JsXZ-HjGw7ISLn_3namBGewQe";
12:
13: // Stripe API Keys

Stripe Live API Key (critical)

Service: Stripe | Category: undefined

Description: Stripe Live API Key

Line 14: const stripe_secret_key = "sk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
12:
13: // Stripe API Keys
14: const stripe_secret_key = "sk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
15: const stripe_test_key = "sk_test_51AbCdEfGhIjKlMnOpQrStUvWx";
16:

Generic Secret Key (high)

Service: General | Category: undefined

Description: Generic Secret Key pattern

Line 14: const stripe_secret_key = "sk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
12:
13: // Stripe API Keys
14: const stripe_secret_key = "sk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
15: const stripe_test_key = "sk_test_51AbCdEfGhIjKlMnOpQrStUvWx";
16:

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 5: const openai_api_key = "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP";
3:
4: // OpenAI API Key
5: const openai_api_key = "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP";
6:
7: // Anthropic Claude API Key

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
6:
7: // Anthropic Claude API Key
8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
9:
10: // Google API Key

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 5: const openai_api_key = "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP";
3:
4: // OpenAI API Key
5: const openai_api_key = "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP";
6:
7: // Anthropic Claude API Key

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
6:
7: // Anthropic Claude API Key
8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
9:
10: // Google API Key

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 11: const google_api_key = "AIzaSyDaGmWKa4JsXZ-HjGw7ISLn_3namBGewQe";
9:
10: // Google API Key
11: const google_api_key = "AIzaSyDaGmWKa4JsXZ-HjGw7ISLn_3namBGewQe";
12:
13: // Stripe API Keys

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 14: const stripe_secret_key = "sk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
12:
13: // Stripe API Keys
14: const stripe_secret_key = "sk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
15: const stripe_test_key = "sk_test_51AbCdEfGhIjKlMnOpQrStUvWx";
16:

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 15: const stripe_test_key = "sk_test_51AbCdEfGhIjKlMnOpQrStUvWx";
13: // Stripe API Keys
14: const stripe_secret_key = "sk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
15: const stripe_test_key = "sk_test_51AbCdEfGhIjKlMnOpQrStUvWx";
16:
17: // GitHub Token

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 18: const github_token = "ghp_1234567890abcdefghijklmnopqrstuvwx";
16:
17: // GitHub Token
18: const github_token = "ghp_1234567890abcdefghijklmnopqrstuvwx";
19:
20: // Stripe Publishable Key (public, should not be critical)

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 21: const STRIPE_PUBLISHABLE_KEY = "pk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
19:
20: // Stripe Publishable Key (public, should not be critical)
21: const STRIPE_PUBLISHABLE_KEY = "pk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
22:
23: module.exports = {

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 21: const STRIPE_PUBLISHABLE_KEY = "pk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
19:
20: // Stripe Publishable Key (public, should not be critical)
21: const STRIPE_PUBLISHABLE_KEY = "pk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
22:
23: module.exports = {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 2: // Multiple API keys from different services (FOR TESTING ONLY)
1: // API Keys Example
2: // Multiple API keys from different services (FOR TESTING ONLY)
3:
4: // OpenAI API Key

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 2: // Multiple API keys from different services (FOR TESTING ONLY)
1: // API Keys Example
2: // Multiple API keys from different services (FOR TESTING ONLY)
3:
4: // OpenAI API Key

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 2: // Multiple API keys from different services (FOR TESTING ONLY)
1: // API Keys Example
2: // Multiple API keys from different services (FOR TESTING ONLY)
3:
4: // OpenAI API Key

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 5: const openai_api_key = "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP";
3:
4: // OpenAI API Key
5: const openai_api_key = "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP";
6:
7: // Anthropic Claude API Key

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 5: const openai_api_key = "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP";
3:
4: // OpenAI API Key
5: const openai_api_key = "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP";
6:
7: // Anthropic Claude API Key

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 5: const openai_api_key = "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP";
3:
4: // OpenAI API Key
5: const openai_api_key = "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP";
6:
7: // Anthropic Claude API Key

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 5: const openai_api_key = "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP";
3:
4: // OpenAI API Key
5: const openai_api_key = "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP";
6:
7: // Anthropic Claude API Key

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 5: const openai_api_key = "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP";
3:
4: // OpenAI API Key
5: const openai_api_key = "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP";
6:
7: // Anthropic Claude API Key

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 5: const openai_api_key = "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP";
3:
4: // OpenAI API Key
5: const openai_api_key = "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP";
6:
7: // Anthropic Claude API Key

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 7: // Anthropic Claude API Key
5: const openai_api_key = "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP";
6:
7: // Anthropic Claude API Key
8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
9:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
6:
7: // Anthropic Claude API Key
8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
9:
10: // Google API Key

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
6:
7: // Anthropic Claude API Key
8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
9:
10: // Google API Key

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
6:
7: // Anthropic Claude API Key
8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
9:
10: // Google API Key

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
6:
7: // Anthropic Claude API Key
8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
9:
10: // Google API Key

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
6:
7: // Anthropic Claude API Key
8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
9:
10: // Google API Key

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
6:
7: // Anthropic Claude API Key
8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
9:
10: // Google API Key

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
6:
7: // Anthropic Claude API Key
8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
9:
10: // Google API Key

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
6:
7: // Anthropic Claude API Key
8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
9:
10: // Google API Key

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 11: const google_api_key = "AIzaSyDaGmWKa4JsXZ-HjGw7ISLn_3namBGewQe";
9:
10: // Google API Key
11: const google_api_key = "AIzaSyDaGmWKa4JsXZ-HjGw7ISLn_3namBGewQe";
12:
13: // Stripe API Keys

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 11: const google_api_key = "AIzaSyDaGmWKa4JsXZ-HjGw7ISLn_3namBGewQe";
9:
10: // Google API Key
11: const google_api_key = "AIzaSyDaGmWKa4JsXZ-HjGw7ISLn_3namBGewQe";
12:
13: // Stripe API Keys

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 11: const google_api_key = "AIzaSyDaGmWKa4JsXZ-HjGw7ISLn_3namBGewQe";
9:
10: // Google API Key
11: const google_api_key = "AIzaSyDaGmWKa4JsXZ-HjGw7ISLn_3namBGewQe";
12:
13: // Stripe API Keys

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 11: const google_api_key = "AIzaSyDaGmWKa4JsXZ-HjGw7ISLn_3namBGewQe";
9:
10: // Google API Key
11: const google_api_key = "AIzaSyDaGmWKa4JsXZ-HjGw7ISLn_3namBGewQe";
12:
13: // Stripe API Keys

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 14: const stripe_secret_key = "sk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
12:
13: // Stripe API Keys
14: const stripe_secret_key = "sk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
15: const stripe_test_key = "sk_test_51AbCdEfGhIjKlMnOpQrStUvWx";
16:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 14: const stripe_secret_key = "sk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
12:
13: // Stripe API Keys
14: const stripe_secret_key = "sk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
15: const stripe_test_key = "sk_test_51AbCdEfGhIjKlMnOpQrStUvWx";
16:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 14: const stripe_secret_key = "sk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
12:
13: // Stripe API Keys
14: const stripe_secret_key = "sk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
15: const stripe_test_key = "sk_test_51AbCdEfGhIjKlMnOpQrStUvWx";
16:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 15: const stripe_test_key = "sk_test_51AbCdEfGhIjKlMnOpQrStUvWx";
13: // Stripe API Keys
14: const stripe_secret_key = "sk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
15: const stripe_test_key = "sk_test_51AbCdEfGhIjKlMnOpQrStUvWx";
16:
17: // GitHub Token

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 15: const stripe_test_key = "sk_test_51AbCdEfGhIjKlMnOpQrStUvWx";
13: // Stripe API Keys
14: const stripe_secret_key = "sk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
15: const stripe_test_key = "sk_test_51AbCdEfGhIjKlMnOpQrStUvWx";
16:
17: // GitHub Token

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 15: const stripe_test_key = "sk_test_51AbCdEfGhIjKlMnOpQrStUvWx";
13: // Stripe API Keys
14: const stripe_secret_key = "sk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
15: const stripe_test_key = "sk_test_51AbCdEfGhIjKlMnOpQrStUvWx";
16:
17: // GitHub Token

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 18: const github_token = "ghp_1234567890abcdefghijklmnopqrstuvwx";
16:
17: // GitHub Token
18: const github_token = "ghp_1234567890abcdefghijklmnopqrstuvwx";
19:
20: // Stripe Publishable Key (public, should not be critical)

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 18: const github_token = "ghp_1234567890abcdefghijklmnopqrstuvwx";
16:
17: // GitHub Token
18: const github_token = "ghp_1234567890abcdefghijklmnopqrstuvwx";
19:
20: // Stripe Publishable Key (public, should not be critical)

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 18: const github_token = "ghp_1234567890abcdefghijklmnopqrstuvwx";
16:
17: // GitHub Token
18: const github_token = "ghp_1234567890abcdefghijklmnopqrstuvwx";
19:
20: // Stripe Publishable Key (public, should not be critical)

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 18: const github_token = "ghp_1234567890abcdefghijklmnopqrstuvwx";
16:
17: // GitHub Token
18: const github_token = "ghp_1234567890abcdefghijklmnopqrstuvwx";
19:
20: // Stripe Publishable Key (public, should not be critical)

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 20: // Stripe Publishable Key (public, should not be critical)
18: const github_token = "ghp_1234567890abcdefghijklmnopqrstuvwx";
19:
20: // Stripe Publishable Key (public, should not be critical)
21: const STRIPE_PUBLISHABLE_KEY = "pk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
22:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 20: // Stripe Publishable Key (public, should not be critical)
18: const github_token = "ghp_1234567890abcdefghijklmnopqrstuvwx";
19:
20: // Stripe Publishable Key (public, should not be critical)
21: const STRIPE_PUBLISHABLE_KEY = "pk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
22:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 21: const STRIPE_PUBLISHABLE_KEY = "pk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
19:
20: // Stripe Publishable Key (public, should not be critical)
21: const STRIPE_PUBLISHABLE_KEY = "pk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
22:
23: module.exports = {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 21: const STRIPE_PUBLISHABLE_KEY = "pk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
19:
20: // Stripe Publishable Key (public, should not be critical)
21: const STRIPE_PUBLISHABLE_KEY = "pk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
22:
23: module.exports = {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 21: const STRIPE_PUBLISHABLE_KEY = "pk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
19:
20: // Stripe Publishable Key (public, should not be critical)
21: const STRIPE_PUBLISHABLE_KEY = "pk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
22:
23: module.exports = {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 21: const STRIPE_PUBLISHABLE_KEY = "pk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
19:
20: // Stripe Publishable Key (public, should not be critical)
21: const STRIPE_PUBLISHABLE_KEY = "pk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
22:
23: module.exports = {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 25: anthropic_api_key,
23: module.exports = {
24: openai_api_key,
25: anthropic_api_key,
26: google_api_key,
27: stripe_secret_key,

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 5: const openai_api_key = "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP";
3:
4: // OpenAI API Key
5: const openai_api_key = "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP";
6:
7: // Anthropic Claude API Key

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
6:
7: // Anthropic Claude API Key
8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
9:
10: // Google API Key

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 5: const openai_api_key = "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP";
3:
4: // OpenAI API Key
5: const openai_api_key = "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP";
6:
7: // Anthropic Claude API Key

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
6:
7: // Anthropic Claude API Key
8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
9:
10: // Google API Key

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 18: const github_token = "ghp_1234567890abcdefghijklmnopqrstuvwx";
16:
17: // GitHub Token
18: const github_token = "ghp_1234567890abcdefghijklmnopqrstuvwx";
19:
20: // Stripe Publishable Key (public, should not be critical)

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 5: const openai_api_key = "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP";
3:
4: // OpenAI API Key
5: const openai_api_key = "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP";
6:
7: // Anthropic Claude API Key

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 5: const openai_api_key = "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP";
3:
4: // OpenAI API Key
5: const openai_api_key = "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP";
6:
7: // Anthropic Claude API Key

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
6:
7: // Anthropic Claude API Key
8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
9:
10: // Google API Key

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
6:
7: // Anthropic Claude API Key
8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
9:
10: // Google API Key

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 14: const stripe_secret_key = "sk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
12:
13: // Stripe API Keys
14: const stripe_secret_key = "sk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
15: const stripe_test_key = "sk_test_51AbCdEfGhIjKlMnOpQrStUvWx";
16:

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 15: const stripe_test_key = "sk_test_51AbCdEfGhIjKlMnOpQrStUvWx";
13: // Stripe API Keys
14: const stripe_secret_key = "sk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
15: const stripe_test_key = "sk_test_51AbCdEfGhIjKlMnOpQrStUvWx";
16:
17: // GitHub Token

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 18: const github_token = "ghp_1234567890abcdefghijklmnopqrstuvwx";
16:
17: // GitHub Token
18: const github_token = "ghp_1234567890abcdefghijklmnopqrstuvwx";
19:
20: // Stripe Publishable Key (public, should not be critical)

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 21: const STRIPE_PUBLISHABLE_KEY = "pk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
19:
20: // Stripe Publishable Key (public, should not be critical)
21: const STRIPE_PUBLISHABLE_KEY = "pk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
22:
23: module.exports = {

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 5: const openai_api_key = "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP";
3:
4: // OpenAI API Key
5: const openai_api_key = "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP";
6:
7: // Anthropic Claude API Key

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 5: const openai_api_key = "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP";
3:
4: // OpenAI API Key
5: const openai_api_key = "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP";
6:
7: // Anthropic Claude API Key

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
6:
7: // Anthropic Claude API Key
8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
9:
10: // Google API Key

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
6:
7: // Anthropic Claude API Key
8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
9:
10: // Google API Key

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
6:
7: // Anthropic Claude API Key
8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
9:
10: // Google API Key

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 14: const stripe_secret_key = "sk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
12:
13: // Stripe API Keys
14: const stripe_secret_key = "sk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
15: const stripe_test_key = "sk_test_51AbCdEfGhIjKlMnOpQrStUvWx";
16:

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 15: const stripe_test_key = "sk_test_51AbCdEfGhIjKlMnOpQrStUvWx";
13: // Stripe API Keys
14: const stripe_secret_key = "sk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
15: const stripe_test_key = "sk_test_51AbCdEfGhIjKlMnOpQrStUvWx";
16:
17: // GitHub Token

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 18: const github_token = "ghp_1234567890abcdefghijklmnopqrstuvwx";
16:
17: // GitHub Token
18: const github_token = "ghp_1234567890abcdefghijklmnopqrstuvwx";
19:
20: // Stripe Publishable Key (public, should not be critical)

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 21: const STRIPE_PUBLISHABLE_KEY = "pk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
19:
20: // Stripe Publishable Key (public, should not be critical)
21: const STRIPE_PUBLISHABLE_KEY = "pk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
22:
23: module.exports = {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 2: // Multiple API keys from different services (FOR TESTING ONLY)
1: // API Keys Example
2: // Multiple API keys from different services (FOR TESTING ONLY)
3:
4: // OpenAI API Key

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 2: // Multiple API keys from different services (FOR TESTING ONLY)
1: // API Keys Example
2: // Multiple API keys from different services (FOR TESTING ONLY)
3:
4: // OpenAI API Key

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 2: // Multiple API keys from different services (FOR TESTING ONLY)
1: // API Keys Example
2: // Multiple API keys from different services (FOR TESTING ONLY)
3:
4: // OpenAI API Key

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 5: const openai_api_key = "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP";
3:
4: // OpenAI API Key
5: const openai_api_key = "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP";
6:
7: // Anthropic Claude API Key

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 7: // Anthropic Claude API Key
5: const openai_api_key = "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP";
6:
7: // Anthropic Claude API Key
8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
9:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
6:
7: // Anthropic Claude API Key
8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
9:
10: // Google API Key

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
6:
7: // Anthropic Claude API Key
8: const anthropic_api_key = "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop";
9:
10: // Google API Key

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 11: const google_api_key = "AIzaSyDaGmWKa4JsXZ-HjGw7ISLn_3namBGewQe";
9:
10: // Google API Key
11: const google_api_key = "AIzaSyDaGmWKa4JsXZ-HjGw7ISLn_3namBGewQe";
12:
13: // Stripe API Keys

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 11: const google_api_key = "AIzaSyDaGmWKa4JsXZ-HjGw7ISLn_3namBGewQe";
9:
10: // Google API Key
11: const google_api_key = "AIzaSyDaGmWKa4JsXZ-HjGw7ISLn_3namBGewQe";
12:
13: // Stripe API Keys

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 11: const google_api_key = "AIzaSyDaGmWKa4JsXZ-HjGw7ISLn_3namBGewQe";
9:
10: // Google API Key
11: const google_api_key = "AIzaSyDaGmWKa4JsXZ-HjGw7ISLn_3namBGewQe";
12:
13: // Stripe API Keys

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 14: const stripe_secret_key = "sk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
12:
13: // Stripe API Keys
14: const stripe_secret_key = "sk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
15: const stripe_test_key = "sk_test_51AbCdEfGhIjKlMnOpQrStUvWx";
16:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 15: const stripe_test_key = "sk_test_51AbCdEfGhIjKlMnOpQrStUvWx";
13: // Stripe API Keys
14: const stripe_secret_key = "sk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
15: const stripe_test_key = "sk_test_51AbCdEfGhIjKlMnOpQrStUvWx";
16:
17: // GitHub Token

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 18: const github_token = "ghp_1234567890abcdefghijklmnopqrstuvwx";
16:
17: // GitHub Token
18: const github_token = "ghp_1234567890abcdefghijklmnopqrstuvwx";
19:
20: // Stripe Publishable Key (public, should not be critical)

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 20: // Stripe Publishable Key (public, should not be critical)
18: const github_token = "ghp_1234567890abcdefghijklmnopqrstuvwx";
19:
20: // Stripe Publishable Key (public, should not be critical)
21: const STRIPE_PUBLISHABLE_KEY = "pk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
22:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 20: // Stripe Publishable Key (public, should not be critical)
18: const github_token = "ghp_1234567890abcdefghijklmnopqrstuvwx";
19:
20: // Stripe Publishable Key (public, should not be critical)
21: const STRIPE_PUBLISHABLE_KEY = "pk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
22:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 21: const STRIPE_PUBLISHABLE_KEY = "pk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
19:
20: // Stripe Publishable Key (public, should not be critical)
21: const STRIPE_PUBLISHABLE_KEY = "pk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
22:
23: module.exports = {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 21: const STRIPE_PUBLISHABLE_KEY = "pk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
19:
20: // Stripe Publishable Key (public, should not be critical)
21: const STRIPE_PUBLISHABLE_KEY = "pk_live_51AbCdEfGhIjKlMnOpQrStUvWx";
22:
23: module.exports = {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 25: anthropic_api_key,
23: module.exports = {
24: openai_api_key,
25: anthropic_api_key,
26: google_api_key,
27: stripe_secret_key,
[FILE] ./examples/ai-services.js

OpenAI Organization Key (high)

Service: OpenAI | Category: undefined

Description: OpenAI Organization ID

Line 8: organization: "org-1234567890abcdefghijklmnop"
6: openai: {
7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
8: organization: "org-1234567890abcdefghijklmnop"
9: },
10:

ElevenLabs API Key (high)

Service: ElevenLabs | Category: undefined

Description: ElevenLabs Voice Synthesis API Key with context

Line 26: elevenlabs_api_key: "1234567890abcdef1234567890abcdef",
24:
25: // ElevenLabs
26: elevenlabs_api_key: "1234567890abcdef1234567890abcdef",
27:
28: // AssemblyAI

AssemblyAI API Key (high)

Service: AssemblyAI | Category: undefined

Description: AssemblyAI Speech-to-Text API Key with context

Line 29: assemblyai_api_key: "abcdef1234567890abcdef1234567890",
27:
28: // AssemblyAI
29: assemblyai_api_key: "abcdef1234567890abcdef1234567890",
30:
31: // Deepgram

Deepgram API Key (high)

Service: Deepgram | Category: undefined

Description: Deepgram Speech Recognition API Key with context

Line 32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
30:
31: // Deepgram
32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
33:
34: // Pinecone

Pinecone API Key (high)

Service: Pinecone | Category: undefined

Description: Pinecone Vector Database API Key with context

Line 35: pinecone_api_key: "12345678-1234-1234-1234-123456789012",
33:
34: // Pinecone
35: pinecone_api_key: "12345678-1234-1234-1234-123456789012",
36:
37: // Mistral AI

Mistral AI API Key (high)

Service: Mistral AI | Category: undefined

Description: Mistral AI API Key with context

Line 38: mistral_api_key: "abcdefghijklmnopqrstuvwxyz123456"
36:
37: // Mistral AI
38: mistral_api_key: "abcdefghijklmnopqrstuvwxyz123456"
39: };
40:

Heroku API Key (high)

Service: Heroku | Category: undefined

Description: Heroku API Key

Line 35: pinecone_api_key: "12345678-1234-1234-1234-123456789012",
33:
34: // Pinecone
35: pinecone_api_key: "12345678-1234-1234-1234-123456789012",
36:
37: // Mistral AI

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
5: // OpenAI
6: openai: {
7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
8: organization: "org-1234567890abcdefghijklmnop"
9: },

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
11: // Anthropic Claude
12: anthropic: {
13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
14: },
15:

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 20: cohere_api_key: "abcdefghijklmnopqrstuvwxyz1234567890AB",
18:
19: // Cohere
20: cohere_api_key: "abcdefghijklmnopqrstuvwxyz1234567890AB",
21:
22: // Replicate

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
30:
31: // Deepgram
32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
33:
34: // Pinecone

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
40:
41: // Alternative style with context-aware variable names
42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
44:

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
41: // Alternative style with context-aware variable names
42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
44:
45: module.exports = config;

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
30:
31: // Deepgram
32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
33:
34: // Pinecone

Bugsnag API Key (high)

Service: Bugsnag | Category: undefined

Description: Bugsnag API Key with context

Line 26: elevenlabs_api_key: "1234567890abcdef1234567890abcdef",
24:
25: // ElevenLabs
26: elevenlabs_api_key: "1234567890abcdef1234567890abcdef",
27:
28: // AssemblyAI

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 26: elevenlabs_api_key: "1234567890abcdef1234567890abcdef",
24:
25: // ElevenLabs
26: elevenlabs_api_key: "1234567890abcdef1234567890abcdef",
27:
28: // AssemblyAI

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 29: assemblyai_api_key: "abcdef1234567890abcdef1234567890",
27:
28: // AssemblyAI
29: assemblyai_api_key: "abcdef1234567890abcdef1234567890",
30:
31: // Deepgram

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
30:
31: // Deepgram
32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
33:
34: // Pinecone

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
5: // OpenAI
6: openai: {
7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
8: organization: "org-1234567890abcdefghijklmnop"
9: },

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 8: organization: "org-1234567890abcdefghijklmnop"
6: openai: {
7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
8: organization: "org-1234567890abcdefghijklmnop"
9: },
10:

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
11: // Anthropic Claude
12: anthropic: {
13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
14: },
15:

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 17: huggingface_token: "hf_abcdefghijklmnopqrstuvwxyz1234",
15:
16: // Hugging Face
17: huggingface_token: "hf_abcdefghijklmnopqrstuvwxyz1234",
18:
19: // Cohere

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 20: cohere_api_key: "abcdefghijklmnopqrstuvwxyz1234567890AB",
18:
19: // Cohere
20: cohere_api_key: "abcdefghijklmnopqrstuvwxyz1234567890AB",
21:
22: // Replicate

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 23: replicate_api_key: "r8_abcdefghijklmnopqrstuvwxyz12",
21:
22: // Replicate
23: replicate_api_key: "r8_abcdefghijklmnopqrstuvwxyz12",
24:
25: // ElevenLabs

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 26: elevenlabs_api_key: "1234567890abcdef1234567890abcdef",
24:
25: // ElevenLabs
26: elevenlabs_api_key: "1234567890abcdef1234567890abcdef",
27:
28: // AssemblyAI

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 29: assemblyai_api_key: "abcdef1234567890abcdef1234567890",
27:
28: // AssemblyAI
29: assemblyai_api_key: "abcdef1234567890abcdef1234567890",
30:
31: // Deepgram

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
30:
31: // Deepgram
32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
33:
34: // Pinecone

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 35: pinecone_api_key: "12345678-1234-1234-1234-123456789012",
33:
34: // Pinecone
35: pinecone_api_key: "12345678-1234-1234-1234-123456789012",
36:
37: // Mistral AI

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 38: mistral_api_key: "abcdefghijklmnopqrstuvwxyz123456"
36:
37: // Mistral AI
38: mistral_api_key: "abcdefghijklmnopqrstuvwxyz123456"
39: };
40:

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
40:
41: // Alternative style with context-aware variable names
42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
44:

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
41: // Alternative style with context-aware variable names
42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
44:
45: module.exports = config;

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 2: // OpenAI, Anthropic, Hugging Face, etc. (FOR TESTING ONLY)
1: // AI/ML Service API Keys
2: // OpenAI, Anthropic, Hugging Face, etc. (FOR TESTING ONLY)
3:
4: const config = {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
5: // OpenAI
6: openai: {
7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
8: organization: "org-1234567890abcdefghijklmnop"
9: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
5: // OpenAI
6: openai: {
7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
8: organization: "org-1234567890abcdefghijklmnop"
9: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
5: // OpenAI
6: openai: {
7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
8: organization: "org-1234567890abcdefghijklmnop"
9: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
5: // OpenAI
6: openai: {
7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
8: organization: "org-1234567890abcdefghijklmnop"
9: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
5: // OpenAI
6: openai: {
7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
8: organization: "org-1234567890abcdefghijklmnop"
9: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
5: // OpenAI
6: openai: {
7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
8: organization: "org-1234567890abcdefghijklmnop"
9: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 8: organization: "org-1234567890abcdefghijklmnop"
6: openai: {
7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
8: organization: "org-1234567890abcdefghijklmnop"
9: },
10:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 8: organization: "org-1234567890abcdefghijklmnop"
6: openai: {
7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
8: organization: "org-1234567890abcdefghijklmnop"
9: },
10:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 8: organization: "org-1234567890abcdefghijklmnop"
6: openai: {
7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
8: organization: "org-1234567890abcdefghijklmnop"
9: },
10:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 8: organization: "org-1234567890abcdefghijklmnop"
6: openai: {
7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
8: organization: "org-1234567890abcdefghijklmnop"
9: },
10:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 11: // Anthropic Claude
9: },
10:
11: // Anthropic Claude
12: anthropic: {
13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 12: anthropic: {
10:
11: // Anthropic Claude
12: anthropic: {
13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
14: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
11: // Anthropic Claude
12: anthropic: {
13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
14: },
15:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
11: // Anthropic Claude
12: anthropic: {
13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
14: },
15:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
11: // Anthropic Claude
12: anthropic: {
13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
14: },
15:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
11: // Anthropic Claude
12: anthropic: {
13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
14: },
15:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
11: // Anthropic Claude
12: anthropic: {
13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
14: },
15:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
11: // Anthropic Claude
12: anthropic: {
13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
14: },
15:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
11: // Anthropic Claude
12: anthropic: {
13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
14: },
15:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 17: huggingface_token: "hf_abcdefghijklmnopqrstuvwxyz1234",
15:
16: // Hugging Face
17: huggingface_token: "hf_abcdefghijklmnopqrstuvwxyz1234",
18:
19: // Cohere

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 17: huggingface_token: "hf_abcdefghijklmnopqrstuvwxyz1234",
15:
16: // Hugging Face
17: huggingface_token: "hf_abcdefghijklmnopqrstuvwxyz1234",
18:
19: // Cohere

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 17: huggingface_token: "hf_abcdefghijklmnopqrstuvwxyz1234",
15:
16: // Hugging Face
17: huggingface_token: "hf_abcdefghijklmnopqrstuvwxyz1234",
18:
19: // Cohere

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 17: huggingface_token: "hf_abcdefghijklmnopqrstuvwxyz1234",
15:
16: // Hugging Face
17: huggingface_token: "hf_abcdefghijklmnopqrstuvwxyz1234",
18:
19: // Cohere

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 20: cohere_api_key: "abcdefghijklmnopqrstuvwxyz1234567890AB",
18:
19: // Cohere
20: cohere_api_key: "abcdefghijklmnopqrstuvwxyz1234567890AB",
21:
22: // Replicate

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 20: cohere_api_key: "abcdefghijklmnopqrstuvwxyz1234567890AB",
18:
19: // Cohere
20: cohere_api_key: "abcdefghijklmnopqrstuvwxyz1234567890AB",
21:
22: // Replicate

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 20: cohere_api_key: "abcdefghijklmnopqrstuvwxyz1234567890AB",
18:
19: // Cohere
20: cohere_api_key: "abcdefghijklmnopqrstuvwxyz1234567890AB",
21:
22: // Replicate

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 20: cohere_api_key: "abcdefghijklmnopqrstuvwxyz1234567890AB",
18:
19: // Cohere
20: cohere_api_key: "abcdefghijklmnopqrstuvwxyz1234567890AB",
21:
22: // Replicate

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 22: // Replicate
20: cohere_api_key: "abcdefghijklmnopqrstuvwxyz1234567890AB",
21:
22: // Replicate
23: replicate_api_key: "r8_abcdefghijklmnopqrstuvwxyz12",
24:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 23: replicate_api_key: "r8_abcdefghijklmnopqrstuvwxyz12",
21:
22: // Replicate
23: replicate_api_key: "r8_abcdefghijklmnopqrstuvwxyz12",
24:
25: // ElevenLabs

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 23: replicate_api_key: "r8_abcdefghijklmnopqrstuvwxyz12",
21:
22: // Replicate
23: replicate_api_key: "r8_abcdefghijklmnopqrstuvwxyz12",
24:
25: // ElevenLabs

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 23: replicate_api_key: "r8_abcdefghijklmnopqrstuvwxyz12",
21:
22: // Replicate
23: replicate_api_key: "r8_abcdefghijklmnopqrstuvwxyz12",
24:
25: // ElevenLabs

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 23: replicate_api_key: "r8_abcdefghijklmnopqrstuvwxyz12",
21:
22: // Replicate
23: replicate_api_key: "r8_abcdefghijklmnopqrstuvwxyz12",
24:
25: // ElevenLabs

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 25: // ElevenLabs
23: replicate_api_key: "r8_abcdefghijklmnopqrstuvwxyz12",
24:
25: // ElevenLabs
26: elevenlabs_api_key: "1234567890abcdef1234567890abcdef",
27:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 26: elevenlabs_api_key: "1234567890abcdef1234567890abcdef",
24:
25: // ElevenLabs
26: elevenlabs_api_key: "1234567890abcdef1234567890abcdef",
27:
28: // AssemblyAI

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 26: elevenlabs_api_key: "1234567890abcdef1234567890abcdef",
24:
25: // ElevenLabs
26: elevenlabs_api_key: "1234567890abcdef1234567890abcdef",
27:
28: // AssemblyAI

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 26: elevenlabs_api_key: "1234567890abcdef1234567890abcdef",
24:
25: // ElevenLabs
26: elevenlabs_api_key: "1234567890abcdef1234567890abcdef",
27:
28: // AssemblyAI

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 26: elevenlabs_api_key: "1234567890abcdef1234567890abcdef",
24:
25: // ElevenLabs
26: elevenlabs_api_key: "1234567890abcdef1234567890abcdef",
27:
28: // AssemblyAI

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 26: elevenlabs_api_key: "1234567890abcdef1234567890abcdef",
24:
25: // ElevenLabs
26: elevenlabs_api_key: "1234567890abcdef1234567890abcdef",
27:
28: // AssemblyAI

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 28: // AssemblyAI
26: elevenlabs_api_key: "1234567890abcdef1234567890abcdef",
27:
28: // AssemblyAI
29: assemblyai_api_key: "abcdef1234567890abcdef1234567890",
30:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 29: assemblyai_api_key: "abcdef1234567890abcdef1234567890",
27:
28: // AssemblyAI
29: assemblyai_api_key: "abcdef1234567890abcdef1234567890",
30:
31: // Deepgram

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 29: assemblyai_api_key: "abcdef1234567890abcdef1234567890",
27:
28: // AssemblyAI
29: assemblyai_api_key: "abcdef1234567890abcdef1234567890",
30:
31: // Deepgram

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 29: assemblyai_api_key: "abcdef1234567890abcdef1234567890",
27:
28: // AssemblyAI
29: assemblyai_api_key: "abcdef1234567890abcdef1234567890",
30:
31: // Deepgram

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 29: assemblyai_api_key: "abcdef1234567890abcdef1234567890",
27:
28: // AssemblyAI
29: assemblyai_api_key: "abcdef1234567890abcdef1234567890",
30:
31: // Deepgram

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 29: assemblyai_api_key: "abcdef1234567890abcdef1234567890",
27:
28: // AssemblyAI
29: assemblyai_api_key: "abcdef1234567890abcdef1234567890",
30:
31: // Deepgram

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 31: // Deepgram
29: assemblyai_api_key: "abcdef1234567890abcdef1234567890",
30:
31: // Deepgram
32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
33:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
30:
31: // Deepgram
32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
33:
34: // Pinecone

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
30:
31: // Deepgram
32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
33:
34: // Pinecone

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
30:
31: // Deepgram
32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
33:
34: // Pinecone

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
30:
31: // Deepgram
32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
33:
34: // Pinecone

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
30:
31: // Deepgram
32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
33:
34: // Pinecone

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
30:
31: // Deepgram
32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
33:
34: // Pinecone

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 34: // Pinecone
32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
33:
34: // Pinecone
35: pinecone_api_key: "12345678-1234-1234-1234-123456789012",
36:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 35: pinecone_api_key: "12345678-1234-1234-1234-123456789012",
33:
34: // Pinecone
35: pinecone_api_key: "12345678-1234-1234-1234-123456789012",
36:
37: // Mistral AI

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 35: pinecone_api_key: "12345678-1234-1234-1234-123456789012",
33:
34: // Pinecone
35: pinecone_api_key: "12345678-1234-1234-1234-123456789012",
36:
37: // Mistral AI

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 35: pinecone_api_key: "12345678-1234-1234-1234-123456789012",
33:
34: // Pinecone
35: pinecone_api_key: "12345678-1234-1234-1234-123456789012",
36:
37: // Mistral AI

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 38: mistral_api_key: "abcdefghijklmnopqrstuvwxyz123456"
36:
37: // Mistral AI
38: mistral_api_key: "abcdefghijklmnopqrstuvwxyz123456"
39: };
40:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 38: mistral_api_key: "abcdefghijklmnopqrstuvwxyz123456"
36:
37: // Mistral AI
38: mistral_api_key: "abcdefghijklmnopqrstuvwxyz123456"
39: };
40:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 38: mistral_api_key: "abcdefghijklmnopqrstuvwxyz123456"
36:
37: // Mistral AI
38: mistral_api_key: "abcdefghijklmnopqrstuvwxyz123456"
39: };
40:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 38: mistral_api_key: "abcdefghijklmnopqrstuvwxyz123456"
36:
37: // Mistral AI
38: mistral_api_key: "abcdefghijklmnopqrstuvwxyz123456"
39: };
40:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 41: // Alternative style with context-aware variable names
39: };
40:
41: // Alternative style with context-aware variable names
42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 41: // Alternative style with context-aware variable names
39: };
40:
41: // Alternative style with context-aware variable names
42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
40:
41: // Alternative style with context-aware variable names
42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
44:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
40:
41: // Alternative style with context-aware variable names
42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
44:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
40:
41: // Alternative style with context-aware variable names
42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
44:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
40:
41: // Alternative style with context-aware variable names
42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
44:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
40:
41: // Alternative style with context-aware variable names
42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
44:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
40:
41: // Alternative style with context-aware variable names
42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
44:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
41: // Alternative style with context-aware variable names
42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
44:
45: module.exports = config;

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
41: // Alternative style with context-aware variable names
42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
44:
45: module.exports = config;

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
41: // Alternative style with context-aware variable names
42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
44:
45: module.exports = config;

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
41: // Alternative style with context-aware variable names
42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
44:
45: module.exports = config;

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
41: // Alternative style with context-aware variable names
42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
44:
45: module.exports = config;

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
41: // Alternative style with context-aware variable names
42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
44:
45: module.exports = config;

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
5: // OpenAI
6: openai: {
7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
8: organization: "org-1234567890abcdefghijklmnop"
9: },

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
11: // Anthropic Claude
12: anthropic: {
13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
14: },
15:

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
40:
41: // Alternative style with context-aware variable names
42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
44:

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
5: // OpenAI
6: openai: {
7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
8: organization: "org-1234567890abcdefghijklmnop"
9: },

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
11: // Anthropic Claude
12: anthropic: {
13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
14: },
15:

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 20: cohere_api_key: "abcdefghijklmnopqrstuvwxyz1234567890AB",
18:
19: // Cohere
20: cohere_api_key: "abcdefghijklmnopqrstuvwxyz1234567890AB",
21:
22: // Replicate

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 26: elevenlabs_api_key: "1234567890abcdef1234567890abcdef",
24:
25: // ElevenLabs
26: elevenlabs_api_key: "1234567890abcdef1234567890abcdef",
27:
28: // AssemblyAI

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 29: assemblyai_api_key: "abcdef1234567890abcdef1234567890",
27:
28: // AssemblyAI
29: assemblyai_api_key: "abcdef1234567890abcdef1234567890",
30:
31: // Deepgram

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
30:
31: // Deepgram
32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
33:
34: // Pinecone

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 38: mistral_api_key: "abcdefghijklmnopqrstuvwxyz123456"
36:
37: // Mistral AI
38: mistral_api_key: "abcdefghijklmnopqrstuvwxyz123456"
39: };
40:

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
40:
41: // Alternative style with context-aware variable names
42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
44:

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
41: // Alternative style with context-aware variable names
42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
44:
45: module.exports = config;

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
5: // OpenAI
6: openai: {
7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
8: organization: "org-1234567890abcdefghijklmnop"
9: },

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
5: // OpenAI
6: openai: {
7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
8: organization: "org-1234567890abcdefghijklmnop"
9: },

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 8: organization: "org-1234567890abcdefghijklmnop"
6: openai: {
7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
8: organization: "org-1234567890abcdefghijklmnop"
9: },
10:

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
11: // Anthropic Claude
12: anthropic: {
13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
14: },
15:

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
11: // Anthropic Claude
12: anthropic: {
13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
14: },
15:

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 17: huggingface_token: "hf_abcdefghijklmnopqrstuvwxyz1234",
15:
16: // Hugging Face
17: huggingface_token: "hf_abcdefghijklmnopqrstuvwxyz1234",
18:
19: // Cohere

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 20: cohere_api_key: "abcdefghijklmnopqrstuvwxyz1234567890AB",
18:
19: // Cohere
20: cohere_api_key: "abcdefghijklmnopqrstuvwxyz1234567890AB",
21:
22: // Replicate

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 23: replicate_api_key: "r8_abcdefghijklmnopqrstuvwxyz12",
21:
22: // Replicate
23: replicate_api_key: "r8_abcdefghijklmnopqrstuvwxyz12",
24:
25: // ElevenLabs

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 26: elevenlabs_api_key: "1234567890abcdef1234567890abcdef",
24:
25: // ElevenLabs
26: elevenlabs_api_key: "1234567890abcdef1234567890abcdef",
27:
28: // AssemblyAI

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 29: assemblyai_api_key: "abcdef1234567890abcdef1234567890",
27:
28: // AssemblyAI
29: assemblyai_api_key: "abcdef1234567890abcdef1234567890",
30:
31: // Deepgram

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
30:
31: // Deepgram
32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
33:
34: // Pinecone

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 38: mistral_api_key: "abcdefghijklmnopqrstuvwxyz123456"
36:
37: // Mistral AI
38: mistral_api_key: "abcdefghijklmnopqrstuvwxyz123456"
39: };
40:

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
40:
41: // Alternative style with context-aware variable names
42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
44:

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
40:
41: // Alternative style with context-aware variable names
42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
44:

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
41: // Alternative style with context-aware variable names
42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
44:
45: module.exports = config;

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
5: // OpenAI
6: openai: {
7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
8: organization: "org-1234567890abcdefghijklmnop"
9: },

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
5: // OpenAI
6: openai: {
7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
8: organization: "org-1234567890abcdefghijklmnop"
9: },

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 8: organization: "org-1234567890abcdefghijklmnop"
6: openai: {
7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
8: organization: "org-1234567890abcdefghijklmnop"
9: },
10:

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
11: // Anthropic Claude
12: anthropic: {
13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
14: },
15:

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
11: // Anthropic Claude
12: anthropic: {
13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
14: },
15:

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
11: // Anthropic Claude
12: anthropic: {
13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
14: },
15:

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 17: huggingface_token: "hf_abcdefghijklmnopqrstuvwxyz1234",
15:
16: // Hugging Face
17: huggingface_token: "hf_abcdefghijklmnopqrstuvwxyz1234",
18:
19: // Cohere

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 20: cohere_api_key: "abcdefghijklmnopqrstuvwxyz1234567890AB",
18:
19: // Cohere
20: cohere_api_key: "abcdefghijklmnopqrstuvwxyz1234567890AB",
21:
22: // Replicate

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 23: replicate_api_key: "r8_abcdefghijklmnopqrstuvwxyz12",
21:
22: // Replicate
23: replicate_api_key: "r8_abcdefghijklmnopqrstuvwxyz12",
24:
25: // ElevenLabs

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 26: elevenlabs_api_key: "1234567890abcdef1234567890abcdef",
24:
25: // ElevenLabs
26: elevenlabs_api_key: "1234567890abcdef1234567890abcdef",
27:
28: // AssemblyAI

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 29: assemblyai_api_key: "abcdef1234567890abcdef1234567890",
27:
28: // AssemblyAI
29: assemblyai_api_key: "abcdef1234567890abcdef1234567890",
30:
31: // Deepgram

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
30:
31: // Deepgram
32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
33:
34: // Pinecone

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
30:
31: // Deepgram
32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
33:
34: // Pinecone

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 38: mistral_api_key: "abcdefghijklmnopqrstuvwxyz123456"
36:
37: // Mistral AI
38: mistral_api_key: "abcdefghijklmnopqrstuvwxyz123456"
39: };
40:

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
40:
41: // Alternative style with context-aware variable names
42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
44:

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
40:
41: // Alternative style with context-aware variable names
42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
44:

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
41: // Alternative style with context-aware variable names
42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
44:
45: module.exports = config;

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
41: // Alternative style with context-aware variable names
42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
44:
45: module.exports = config;

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 2: // OpenAI, Anthropic, Hugging Face, etc. (FOR TESTING ONLY)
1: // AI/ML Service API Keys
2: // OpenAI, Anthropic, Hugging Face, etc. (FOR TESTING ONLY)
3:
4: const config = {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
5: // OpenAI
6: openai: {
7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
8: organization: "org-1234567890abcdefghijklmnop"
9: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 8: organization: "org-1234567890abcdefghijklmnop"
6: openai: {
7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
8: organization: "org-1234567890abcdefghijklmnop"
9: },
10:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 8: organization: "org-1234567890abcdefghijklmnop"
6: openai: {
7: apiKey: "sk-proj-abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOP",
8: organization: "org-1234567890abcdefghijklmnop"
9: },
10:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 11: // Anthropic Claude
9: },
10:
11: // Anthropic Claude
12: anthropic: {
13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 12: anthropic: {
10:
11: // Anthropic Claude
12: anthropic: {
13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
14: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
11: // Anthropic Claude
12: anthropic: {
13: apiKey: "sk-ant-api03-1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnop"
14: },
15:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 17: huggingface_token: "hf_abcdefghijklmnopqrstuvwxyz1234",
15:
16: // Hugging Face
17: huggingface_token: "hf_abcdefghijklmnopqrstuvwxyz1234",
18:
19: // Cohere

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 17: huggingface_token: "hf_abcdefghijklmnopqrstuvwxyz1234",
15:
16: // Hugging Face
17: huggingface_token: "hf_abcdefghijklmnopqrstuvwxyz1234",
18:
19: // Cohere

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 20: cohere_api_key: "abcdefghijklmnopqrstuvwxyz1234567890AB",
18:
19: // Cohere
20: cohere_api_key: "abcdefghijklmnopqrstuvwxyz1234567890AB",
21:
22: // Replicate

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 22: // Replicate
20: cohere_api_key: "abcdefghijklmnopqrstuvwxyz1234567890AB",
21:
22: // Replicate
23: replicate_api_key: "r8_abcdefghijklmnopqrstuvwxyz12",
24:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 23: replicate_api_key: "r8_abcdefghijklmnopqrstuvwxyz12",
21:
22: // Replicate
23: replicate_api_key: "r8_abcdefghijklmnopqrstuvwxyz12",
24:
25: // ElevenLabs

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 23: replicate_api_key: "r8_abcdefghijklmnopqrstuvwxyz12",
21:
22: // Replicate
23: replicate_api_key: "r8_abcdefghijklmnopqrstuvwxyz12",
24:
25: // ElevenLabs

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 25: // ElevenLabs
23: replicate_api_key: "r8_abcdefghijklmnopqrstuvwxyz12",
24:
25: // ElevenLabs
26: elevenlabs_api_key: "1234567890abcdef1234567890abcdef",
27:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 26: elevenlabs_api_key: "1234567890abcdef1234567890abcdef",
24:
25: // ElevenLabs
26: elevenlabs_api_key: "1234567890abcdef1234567890abcdef",
27:
28: // AssemblyAI

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 26: elevenlabs_api_key: "1234567890abcdef1234567890abcdef",
24:
25: // ElevenLabs
26: elevenlabs_api_key: "1234567890abcdef1234567890abcdef",
27:
28: // AssemblyAI

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 28: // AssemblyAI
26: elevenlabs_api_key: "1234567890abcdef1234567890abcdef",
27:
28: // AssemblyAI
29: assemblyai_api_key: "abcdef1234567890abcdef1234567890",
30:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 29: assemblyai_api_key: "abcdef1234567890abcdef1234567890",
27:
28: // AssemblyAI
29: assemblyai_api_key: "abcdef1234567890abcdef1234567890",
30:
31: // Deepgram

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 29: assemblyai_api_key: "abcdef1234567890abcdef1234567890",
27:
28: // AssemblyAI
29: assemblyai_api_key: "abcdef1234567890abcdef1234567890",
30:
31: // Deepgram

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 31: // Deepgram
29: assemblyai_api_key: "abcdef1234567890abcdef1234567890",
30:
31: // Deepgram
32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
33:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
30:
31: // Deepgram
32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
33:
34: // Pinecone

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
30:
31: // Deepgram
32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
33:
34: // Pinecone

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 34: // Pinecone
32: deepgram_api_key: "1234567890abcdef1234567890abcdef12345678",
33:
34: // Pinecone
35: pinecone_api_key: "12345678-1234-1234-1234-123456789012",
36:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 35: pinecone_api_key: "12345678-1234-1234-1234-123456789012",
33:
34: // Pinecone
35: pinecone_api_key: "12345678-1234-1234-1234-123456789012",
36:
37: // Mistral AI

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 35: pinecone_api_key: "12345678-1234-1234-1234-123456789012",
33:
34: // Pinecone
35: pinecone_api_key: "12345678-1234-1234-1234-123456789012",
36:
37: // Mistral AI

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 35: pinecone_api_key: "12345678-1234-1234-1234-123456789012",
33:
34: // Pinecone
35: pinecone_api_key: "12345678-1234-1234-1234-123456789012",
36:
37: // Mistral AI

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 38: mistral_api_key: "abcdefghijklmnopqrstuvwxyz123456"
36:
37: // Mistral AI
38: mistral_api_key: "abcdefghijklmnopqrstuvwxyz123456"
39: };
40:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 41: // Alternative style with context-aware variable names
39: };
40:
41: // Alternative style with context-aware variable names
42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 41: // Alternative style with context-aware variable names
39: };
40:
41: // Alternative style with context-aware variable names
42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
40:
41: // Alternative style with context-aware variable names
42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
44:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
41: // Alternative style with context-aware variable names
42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
44:
45: module.exports = config;

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
41: // Alternative style with context-aware variable names
42: const OPENAI_API_KEY = "sk-proj-XYZ123456789abcdefghijklmnopqrstuvwxyz1234567890ABCDEF";
43: const ANTHROPIC_API_KEY = "sk-ant-api03-TEST1234567890abcdefghijklmnopqrstuvwxyz1234567";
44:
45: module.exports = config;
[FILE] ./examples/config.json

AWS Access Key ID (IAM, SES, S3, EC2, etc.) (high)

Service: Amazon Web Services | Category: undefined

Description: AWS Access Key ID - used across all AWS services including IAM, SES, S3, EC2, Lambda, etc.

Line 31: "accessKeyId": "AKIA1234567890123456",
29: "cloud": {
30: "aws": {
31: "accessKeyId": "AKIA1234567890123456",
32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
33: "region": "us-west-2"

Google API Key (GCP, AI Studio, Maps, YouTube, Firebase) (high)

Service: Google Cloud Platform | Category: undefined

Description: Google API Key - used across GCP, AI Studio, Google Maps, YouTube Data API, and Firebase

Line 36: "apiKey": "AIza1234567890abcdef1234567890abcdef123",
34: },
35: "google": {
36: "apiKey": "AIza1234567890abcdef1234567890abcdef123",
37: "projectId": "my-project-123456"
38: },

GitHub Personal Access Token (critical)

Service: GitHub | Category: undefined

Description: GitHub Personal Access Token

Line 73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
71: "version_control": {
72: "github": {
73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
75: },

GitHub App Token (critical)

Service: GitHub | Category: undefined

Description: GitHub App Token

Line 74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
72: "github": {
73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
75: },
76: "gitlab": {

GitLab Personal Access Token (critical)

Service: GitLab | Category: undefined

Description: GitLab Personal Access Token

Line 77: "token": "glpat-1234567890abcdef1234",
75: },
76: "gitlab": {
77: "token": "glpat-1234567890abcdef1234",
78: "deployToken": "gldt-1234567890abcdef1234567890abcdef12"
79: }

MongoDB Connection URI (high)

Service: MongoDB | Category: undefined

Description: MongoDB Connection URI with credentials

Line 4: "uri": "mongodb://admin:password123@mongodb.example.com:27017/myapp",
2: "database": {
3: "mongodb": {
4: "uri": "mongodb://admin:password123@mongodb.example.com:27017/myapp",
5: "options": {
6: "ssl": true,

PostgreSQL Connection URI (high)

Service: PostgreSQL | Category: undefined

Description: PostgreSQL Connection URI with credentials

Line 11: "uri": "postgres://dbuser:secretpassword@postgres.example.com:5432/production",
9: },
10: "postgresql": {
11: "uri": "postgres://dbuser:secretpassword@postgres.example.com:5432/production",
12: "ssl": true
13: },

Stripe Live API Key (critical)

Service: Stripe | Category: undefined

Description: Stripe Live API Key

Line 83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
81: "payment": {
82: "stripe": {
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Mollie API Key (critical)

Service: Mollie | Category: undefined

Description: Mollie API Key

Line 83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
81: "payment": {
82: "stripe": {
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Mollie API Key (critical)

Service: Mollie | Category: undefined

Description: Mollie API Key

Line 84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
82: "stripe": {
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },

Twilio API Key (high)

Service: Twilio | Category: undefined

Description: Twilio API Key

Line 97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
98: },
99: "sendgrid": {

Slack Bot Token (high)

Service: Slack | Category: undefined

Description: Slack Bot Token

Line 103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
101: },
102: "slack": {
103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
105: },

Slack User Token (critical)

Service: Slack | Category: undefined

Description: Slack User OAuth Token

Line 104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
102: "slack": {
103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
105: },
106: "discord": {

Mailgun API Key (high)

Service: Mailgun | Category: undefined

Description: Mailgun API Key

Line 121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
119: "security": {
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }

Private Key Certificate (critical)

Service: SSL/TLS | Category: undefined

Description: Private Key Certificate

Line 122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }
124: }

Password in URL (high)

Service: General | Category: undefined

Description: Password embedded in URL

Line 4: "uri": "mongodb://admin:password123@mongodb.example.com:27017/myapp",
2: "database": {
3: "mongodb": {
4: "uri": "mongodb://admin:password123@mongodb.example.com:27017/myapp",
5: "options": {
6: "ssl": true,

Password in URL (high)

Service: General | Category: undefined

Description: Password embedded in URL

Line 11: "uri": "postgres://dbuser:secretpassword@postgres.example.com:5432/production",
9: },
10: "postgresql": {
11: "uri": "postgres://dbuser:secretpassword@postgres.example.com:5432/production",
12: "ssl": true
13: },

Password in URL (high)

Service: General | Category: undefined

Description: Password embedded in URL

Line 25: "uri": "https://elastic:changeme@elasticsearch.example.com:9200",
23: },
24: "elasticsearch": {
25: "uri": "https://elastic:changeme@elasticsearch.example.com:9200",
26: "index": "logs"
27: }

OpenAI API Key (critical)

Service: OpenAI | Category: undefined

Description: OpenAI API Key

Line 54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
52: "ai": {
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },

OpenAI Organization Key (high)

Service: OpenAI | Category: undefined

Description: OpenAI Organization ID

Line 55: "organization": "org-1234567890abcdef1234567890abcdef12"
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },
57: "anthropic": {

Anthropic Claude API Key (critical)

Service: Anthropic | Category: undefined

Description: Anthropic Claude API Key

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

Hugging Face Token (high)

Service: Hugging Face | Category: undefined

Description: Hugging Face Access Token

Line 61: "token": "hf_1234567890abcdef1234567890abcdef12"
59: },
60: "huggingface": {
61: "token": "hf_1234567890abcdef1234567890abcdef12"
62: },
63: "cohere": {

Stability AI API Key (high)

Service: Stability AI | Category: undefined

Description: Stability AI API Key

Line 54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
52: "ai": {
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },

DigitalOcean Personal Access Token (critical)

Service: DigitalOcean | Category: undefined

Description: DigitalOcean Personal Access Token

Line 44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
42: },
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },

DigitalOcean Spaces Access Key (high)

Service: DigitalOcean | Category: undefined

Description: DigitalOcean Spaces Access Key

Line 45: "spacesKey": "DO0012345678901234567890123456789012"
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },
47: "vercel": {

Heroku API Key (high)

Service: Heroku | Category: undefined

Description: Heroku API Key

Line 40: "subscriptionKey": "12345678-1234-1234-1234-123456789012",
38: },
39: "azure": {
40: "subscriptionKey": "12345678-1234-1234-1234-123456789012",
41: "resourceGroup": "my-resource-group"
42: },

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
30: "aws": {
31: "accessKeyId": "AKIA1234567890123456",
32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
33: "region": "us-west-2"
34: },

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 36: "apiKey": "AIza1234567890abcdef1234567890abcdef123",
34: },
35: "google": {
36: "apiKey": "AIza1234567890abcdef1234567890abcdef123",
37: "projectId": "my-project-123456"
38: },

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
42: },
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
42: },
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 45: "spacesKey": "DO0012345678901234567890123456789012"
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },
47: "vercel": {

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
52: "ai": {
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 64: "apiKey": "1234567890abcdef1234567890abcdef12345678"
62: },
63: "cohere": {
64: "apiKey": "1234567890abcdef1234567890abcdef12345678"
65: },
66: "pinecone": {

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
65: },
66: "pinecone": {
67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
68: "environment": "us-west1-gcp"
69: }

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
71: "version_control": {
72: "github": {
73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
75: },

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
72: "github": {
73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
75: },
76: "gitlab": {

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
81: "payment": {
82: "stripe": {
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
82: "stripe": {
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },
87: "paypal": {

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },
87: "paypal": {

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
86: },
87: "paypal": {
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
87: "paypal": {
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
91: }

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
93: "communication": {
94: "twilio": {
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 96: "authToken": "1234567890abcdef1234567890abcdef123456",
94: "twilio": {
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
98: },

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
98: },
99: "sendgrid": {

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },
102: "slack": {

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
110: "monitoring": {
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {
116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
117: }
118: },

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
42: },
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
42: },
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
52: "ai": {
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 64: "apiKey": "1234567890abcdef1234567890abcdef12345678"
62: },
63: "cohere": {
64: "apiKey": "1234567890abcdef1234567890abcdef12345678"
65: },
66: "pinecone": {

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
65: },
66: "pinecone": {
67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
68: "environment": "us-west1-gcp"
69: }

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
71: "version_control": {
72: "github": {
73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
75: },

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
72: "github": {
73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
75: },
76: "gitlab": {

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
81: "payment": {
82: "stripe": {
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
82: "stripe": {
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },
87: "paypal": {

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },
87: "paypal": {

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
86: },
87: "paypal": {
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
87: "paypal": {
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
91: }

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 96: "authToken": "1234567890abcdef1234567890abcdef123456",
94: "twilio": {
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
98: },

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },
102: "slack": {

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
110: "monitoring": {
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {
116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
117: }
118: },

Elasticsearch Connection URI (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch Connection URI with credentials

Line 25: "uri": "https://elastic:changeme@elasticsearch.example.com:9200",
23: },
24: "elasticsearch": {
25: "uri": "https://elastic:changeme@elasticsearch.example.com:9200",
26: "index": "logs"
27: }

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 36: "apiKey": "AIza1234567890abcdef1234567890abcdef123",
34: },
35: "google": {
36: "apiKey": "AIza1234567890abcdef1234567890abcdef123",
37: "projectId": "my-project-123456"
38: },

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
42: },
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
42: },
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 45: "spacesKey": "DO0012345678901234567890123456789012"
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },
47: "vercel": {

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 48: "token": "vercel_1234567890abcdef1234567890abcdef12",
46: },
47: "vercel": {
48: "token": "vercel_1234567890abcdef1234567890abcdef12",
49: "teamId": "team_1234567890abcdef1234567890abcdef12"
50: }

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 49: "teamId": "team_1234567890abcdef1234567890abcdef12"
47: "vercel": {
48: "token": "vercel_1234567890abcdef1234567890abcdef12",
49: "teamId": "team_1234567890abcdef1234567890abcdef12"
50: }
51: },

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
52: "ai": {
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 55: "organization": "org-1234567890abcdef1234567890abcdef12"
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },
57: "anthropic": {

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 61: "token": "hf_1234567890abcdef1234567890abcdef12"
59: },
60: "huggingface": {
61: "token": "hf_1234567890abcdef1234567890abcdef12"
62: },
63: "cohere": {

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 64: "apiKey": "1234567890abcdef1234567890abcdef12345678"
62: },
63: "cohere": {
64: "apiKey": "1234567890abcdef1234567890abcdef12345678"
65: },
66: "pinecone": {

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
65: },
66: "pinecone": {
67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
68: "environment": "us-west1-gcp"
69: }

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
71: "version_control": {
72: "github": {
73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
75: },

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
72: "github": {
73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
75: },
76: "gitlab": {

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 78: "deployToken": "gldt-1234567890abcdef1234567890abcdef12"
76: "gitlab": {
77: "token": "glpat-1234567890abcdef1234",
78: "deployToken": "gldt-1234567890abcdef1234567890abcdef12"
79: }
80: },

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
81: "payment": {
82: "stripe": {
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
82: "stripe": {
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },
87: "paypal": {

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },
87: "paypal": {

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
86: },
87: "paypal": {
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
87: "paypal": {
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
91: }

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
91: }
92: },

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
93: "communication": {
94: "twilio": {
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 96: "authToken": "1234567890abcdef1234567890abcdef123456",
94: "twilio": {
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
98: },

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
98: },
99: "sendgrid": {

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },
102: "slack": {

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },
102: "slack": {

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
110: "monitoring": {
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {
116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
117: }
118: },

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
119: "security": {
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }

Terraform Cloud Token (critical)

Service: Terraform Cloud | Category: undefined

Description: Terraform Cloud API Token

Line 100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },
102: "slack": {

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 31: "accessKeyId": "AKIA1234567890123456",
29: "cloud": {
30: "aws": {
31: "accessKeyId": "AKIA1234567890123456",
32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
33: "region": "us-west-2"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
30: "aws": {
31: "accessKeyId": "AKIA1234567890123456",
32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
33: "region": "us-west-2"
34: },

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 36: "apiKey": "AIza1234567890abcdef1234567890abcdef123",
34: },
35: "google": {
36: "apiKey": "AIza1234567890abcdef1234567890abcdef123",
37: "projectId": "my-project-123456"
38: },

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 40: "subscriptionKey": "12345678-1234-1234-1234-123456789012",
38: },
39: "azure": {
40: "subscriptionKey": "12345678-1234-1234-1234-123456789012",
41: "resourceGroup": "my-resource-group"
42: },

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
42: },
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 45: "spacesKey": "DO0012345678901234567890123456789012"
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },
47: "vercel": {

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 48: "token": "vercel_1234567890abcdef1234567890abcdef12",
46: },
47: "vercel": {
48: "token": "vercel_1234567890abcdef1234567890abcdef12",
49: "teamId": "team_1234567890abcdef1234567890abcdef12"
50: }

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 49: "teamId": "team_1234567890abcdef1234567890abcdef12"
47: "vercel": {
48: "token": "vercel_1234567890abcdef1234567890abcdef12",
49: "teamId": "team_1234567890abcdef1234567890abcdef12"
50: }
51: },

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
52: "ai": {
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 55: "organization": "org-1234567890abcdef1234567890abcdef12"
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },
57: "anthropic": {

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 61: "token": "hf_1234567890abcdef1234567890abcdef12"
59: },
60: "huggingface": {
61: "token": "hf_1234567890abcdef1234567890abcdef12"
62: },
63: "cohere": {

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 64: "apiKey": "1234567890abcdef1234567890abcdef12345678"
62: },
63: "cohere": {
64: "apiKey": "1234567890abcdef1234567890abcdef12345678"
65: },
66: "pinecone": {

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
65: },
66: "pinecone": {
67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
68: "environment": "us-west1-gcp"
69: }

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
71: "version_control": {
72: "github": {
73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
75: },

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
72: "github": {
73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
75: },
76: "gitlab": {

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 77: "token": "glpat-1234567890abcdef1234",
75: },
76: "gitlab": {
77: "token": "glpat-1234567890abcdef1234",
78: "deployToken": "gldt-1234567890abcdef1234567890abcdef12"
79: }

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 78: "deployToken": "gldt-1234567890abcdef1234567890abcdef12"
76: "gitlab": {
77: "token": "glpat-1234567890abcdef1234",
78: "deployToken": "gldt-1234567890abcdef1234567890abcdef12"
79: }
80: },

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
81: "payment": {
82: "stripe": {
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
82: "stripe": {
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },
87: "paypal": {

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
86: },
87: "paypal": {
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
87: "paypal": {
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
91: }

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
91: }
92: },

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
93: "communication": {
94: "twilio": {
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 96: "authToken": "1234567890abcdef1234567890abcdef123456",
94: "twilio": {
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
98: },

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
98: },
99: "sendgrid": {

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },
102: "slack": {

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },
102: "slack": {

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
101: },
102: "slack": {
103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
105: },

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
102: "slack": {
103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
105: },
106: "discord": {

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
110: "monitoring": {
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {
116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
117: }
118: },

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
118: },
119: "security": {
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
119: "security": {
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }
124: }

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }
124: }

Intercom Access Token (high)

Service: Intercom | Category: undefined

Description: Intercom Access Token

Line 44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
42: },
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },

Intercom Access Token (high)

Service: Intercom | Category: undefined

Description: Intercom Access Token

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

Intercom Access Token (high)

Service: Intercom | Category: undefined

Description: Intercom Access Token

Line 85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },
87: "paypal": {

Intercom Access Token (high)

Service: Intercom | Category: undefined

Description: Intercom Access Token

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 2: "database": {
1: {
2: "database": {
3: "mongodb": {
4: "uri": "mongodb://admin:password123@mongodb.example.com:27017/myapp",

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 4: "uri": "mongodb://admin:password123@mongodb.example.com:27017/myapp",
2: "database": {
3: "mongodb": {
4: "uri": "mongodb://admin:password123@mongodb.example.com:27017/myapp",
5: "options": {
6: "ssl": true,

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 7: "authSource": "admin"
5: "options": {
6: "ssl": true,
7: "authSource": "admin"
8: }
9: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 10: "postgresql": {
8: }
9: },
10: "postgresql": {
11: "uri": "postgres://dbuser:secretpassword@postgres.example.com:5432/production",
12: "ssl": true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 11: "uri": "postgres://dbuser:secretpassword@postgres.example.com:5432/production",
9: },
10: "postgresql": {
11: "uri": "postgres://dbuser:secretpassword@postgres.example.com:5432/production",
12: "ssl": true
13: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 11: "uri": "postgres://dbuser:secretpassword@postgres.example.com:5432/production",
9: },
10: "postgresql": {
11: "uri": "postgres://dbuser:secretpassword@postgres.example.com:5432/production",
12: "ssl": true
13: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 11: "uri": "postgres://dbuser:secretpassword@postgres.example.com:5432/production",
9: },
10: "postgresql": {
11: "uri": "postgres://dbuser:secretpassword@postgres.example.com:5432/production",
12: "ssl": true
13: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 11: "uri": "postgres://dbuser:secretpassword@postgres.example.com:5432/production",
9: },
10: "postgresql": {
11: "uri": "postgres://dbuser:secretpassword@postgres.example.com:5432/production",
12: "ssl": true
13: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 16: "username": "root",
14: "mysql": {
15: "host": "mysql.example.com",
16: "username": "root",
17: "password": "mysqlpassword123",
18: "database": "app_db"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 17: "password": "mysqlpassword123",
15: "host": "mysql.example.com",
16: "username": "root",
17: "password": "mysqlpassword123",
18: "database": "app_db"
19: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 17: "password": "mysqlpassword123",
15: "host": "mysql.example.com",
16: "username": "root",
17: "password": "mysqlpassword123",
18: "database": "app_db"
19: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 17: "password": "mysqlpassword123",
15: "host": "mysql.example.com",
16: "username": "root",
17: "password": "mysqlpassword123",
18: "database": "app_db"
19: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 18: "database": "app_db"
16: "username": "root",
17: "password": "mysqlpassword123",
18: "database": "app_db"
19: },
20: "redis": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 21: "url": "redis://:redispassword@redis.example.com:6379/1",
19: },
20: "redis": {
21: "url": "redis://:redispassword@redis.example.com:6379/1",
22: "tls": true
23: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 24: "elasticsearch": {
22: "tls": true
23: },
24: "elasticsearch": {
25: "uri": "https://elastic:changeme@elasticsearch.example.com:9200",
26: "index": "logs"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 25: "uri": "https://elastic:changeme@elasticsearch.example.com:9200",
23: },
24: "elasticsearch": {
25: "uri": "https://elastic:changeme@elasticsearch.example.com:9200",
26: "index": "logs"
27: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 25: "uri": "https://elastic:changeme@elasticsearch.example.com:9200",
23: },
24: "elasticsearch": {
25: "uri": "https://elastic:changeme@elasticsearch.example.com:9200",
26: "index": "logs"
27: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 31: "accessKeyId": "AKIA1234567890123456",
29: "cloud": {
30: "aws": {
31: "accessKeyId": "AKIA1234567890123456",
32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
33: "region": "us-west-2"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 31: "accessKeyId": "AKIA1234567890123456",
29: "cloud": {
30: "aws": {
31: "accessKeyId": "AKIA1234567890123456",
32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
33: "region": "us-west-2"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 31: "accessKeyId": "AKIA1234567890123456",
29: "cloud": {
30: "aws": {
31: "accessKeyId": "AKIA1234567890123456",
32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
33: "region": "us-west-2"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
30: "aws": {
31: "accessKeyId": "AKIA1234567890123456",
32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
33: "region": "us-west-2"
34: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
30: "aws": {
31: "accessKeyId": "AKIA1234567890123456",
32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
33: "region": "us-west-2"
34: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
30: "aws": {
31: "accessKeyId": "AKIA1234567890123456",
32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
33: "region": "us-west-2"
34: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
30: "aws": {
31: "accessKeyId": "AKIA1234567890123456",
32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
33: "region": "us-west-2"
34: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
30: "aws": {
31: "accessKeyId": "AKIA1234567890123456",
32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
33: "region": "us-west-2"
34: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
30: "aws": {
31: "accessKeyId": "AKIA1234567890123456",
32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
33: "region": "us-west-2"
34: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
30: "aws": {
31: "accessKeyId": "AKIA1234567890123456",
32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
33: "region": "us-west-2"
34: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
30: "aws": {
31: "accessKeyId": "AKIA1234567890123456",
32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
33: "region": "us-west-2"
34: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 36: "apiKey": "AIza1234567890abcdef1234567890abcdef123",
34: },
35: "google": {
36: "apiKey": "AIza1234567890abcdef1234567890abcdef123",
37: "projectId": "my-project-123456"
38: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 36: "apiKey": "AIza1234567890abcdef1234567890abcdef123",
34: },
35: "google": {
36: "apiKey": "AIza1234567890abcdef1234567890abcdef123",
37: "projectId": "my-project-123456"
38: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 36: "apiKey": "AIza1234567890abcdef1234567890abcdef123",
34: },
35: "google": {
36: "apiKey": "AIza1234567890abcdef1234567890abcdef123",
37: "projectId": "my-project-123456"
38: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 36: "apiKey": "AIza1234567890abcdef1234567890abcdef123",
34: },
35: "google": {
36: "apiKey": "AIza1234567890abcdef1234567890abcdef123",
37: "projectId": "my-project-123456"
38: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 37: "projectId": "my-project-123456"
35: "google": {
36: "apiKey": "AIza1234567890abcdef1234567890abcdef123",
37: "projectId": "my-project-123456"
38: },
39: "azure": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 40: "subscriptionKey": "12345678-1234-1234-1234-123456789012",
38: },
39: "azure": {
40: "subscriptionKey": "12345678-1234-1234-1234-123456789012",
41: "resourceGroup": "my-resource-group"
42: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 40: "subscriptionKey": "12345678-1234-1234-1234-123456789012",
38: },
39: "azure": {
40: "subscriptionKey": "12345678-1234-1234-1234-123456789012",
41: "resourceGroup": "my-resource-group"
42: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 40: "subscriptionKey": "12345678-1234-1234-1234-123456789012",
38: },
39: "azure": {
40: "subscriptionKey": "12345678-1234-1234-1234-123456789012",
41: "resourceGroup": "my-resource-group"
42: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 41: "resourceGroup": "my-resource-group"
39: "azure": {
40: "subscriptionKey": "12345678-1234-1234-1234-123456789012",
41: "resourceGroup": "my-resource-group"
42: },
43: "digitalocean": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 41: "resourceGroup": "my-resource-group"
39: "azure": {
40: "subscriptionKey": "12345678-1234-1234-1234-123456789012",
41: "resourceGroup": "my-resource-group"
42: },
43: "digitalocean": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 43: "digitalocean": {
41: "resourceGroup": "my-resource-group"
42: },
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
42: },
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
42: },
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
42: },
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
42: },
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
42: },
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
42: },
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
42: },
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
42: },
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
42: },
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
42: },
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 45: "spacesKey": "DO0012345678901234567890123456789012"
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },
47: "vercel": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 45: "spacesKey": "DO0012345678901234567890123456789012"
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },
47: "vercel": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 45: "spacesKey": "DO0012345678901234567890123456789012"
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },
47: "vercel": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 45: "spacesKey": "DO0012345678901234567890123456789012"
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },
47: "vercel": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 45: "spacesKey": "DO0012345678901234567890123456789012"
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },
47: "vercel": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 48: "token": "vercel_1234567890abcdef1234567890abcdef12",
46: },
47: "vercel": {
48: "token": "vercel_1234567890abcdef1234567890abcdef12",
49: "teamId": "team_1234567890abcdef1234567890abcdef12"
50: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 48: "token": "vercel_1234567890abcdef1234567890abcdef12",
46: },
47: "vercel": {
48: "token": "vercel_1234567890abcdef1234567890abcdef12",
49: "teamId": "team_1234567890abcdef1234567890abcdef12"
50: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 48: "token": "vercel_1234567890abcdef1234567890abcdef12",
46: },
47: "vercel": {
48: "token": "vercel_1234567890abcdef1234567890abcdef12",
49: "teamId": "team_1234567890abcdef1234567890abcdef12"
50: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 48: "token": "vercel_1234567890abcdef1234567890abcdef12",
46: },
47: "vercel": {
48: "token": "vercel_1234567890abcdef1234567890abcdef12",
49: "teamId": "team_1234567890abcdef1234567890abcdef12"
50: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 49: "teamId": "team_1234567890abcdef1234567890abcdef12"
47: "vercel": {
48: "token": "vercel_1234567890abcdef1234567890abcdef12",
49: "teamId": "team_1234567890abcdef1234567890abcdef12"
50: }
51: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 49: "teamId": "team_1234567890abcdef1234567890abcdef12"
47: "vercel": {
48: "token": "vercel_1234567890abcdef1234567890abcdef12",
49: "teamId": "team_1234567890abcdef1234567890abcdef12"
50: }
51: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 49: "teamId": "team_1234567890abcdef1234567890abcdef12"
47: "vercel": {
48: "token": "vercel_1234567890abcdef1234567890abcdef12",
49: "teamId": "team_1234567890abcdef1234567890abcdef12"
50: }
51: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 49: "teamId": "team_1234567890abcdef1234567890abcdef12"
47: "vercel": {
48: "token": "vercel_1234567890abcdef1234567890abcdef12",
49: "teamId": "team_1234567890abcdef1234567890abcdef12"
50: }
51: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
52: "ai": {
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
52: "ai": {
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
52: "ai": {
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
52: "ai": {
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
52: "ai": {
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
52: "ai": {
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
52: "ai": {
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
52: "ai": {
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 55: "organization": "org-1234567890abcdef1234567890abcdef12"
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },
57: "anthropic": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 55: "organization": "org-1234567890abcdef1234567890abcdef12"
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },
57: "anthropic": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 55: "organization": "org-1234567890abcdef1234567890abcdef12"
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },
57: "anthropic": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 55: "organization": "org-1234567890abcdef1234567890abcdef12"
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },
57: "anthropic": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 55: "organization": "org-1234567890abcdef1234567890abcdef12"
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },
57: "anthropic": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 57: "anthropic": {
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 60: "huggingface": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {
61: "token": "hf_1234567890abcdef1234567890abcdef12"
62: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 61: "token": "hf_1234567890abcdef1234567890abcdef12"
59: },
60: "huggingface": {
61: "token": "hf_1234567890abcdef1234567890abcdef12"
62: },
63: "cohere": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 61: "token": "hf_1234567890abcdef1234567890abcdef12"
59: },
60: "huggingface": {
61: "token": "hf_1234567890abcdef1234567890abcdef12"
62: },
63: "cohere": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 61: "token": "hf_1234567890abcdef1234567890abcdef12"
59: },
60: "huggingface": {
61: "token": "hf_1234567890abcdef1234567890abcdef12"
62: },
63: "cohere": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 61: "token": "hf_1234567890abcdef1234567890abcdef12"
59: },
60: "huggingface": {
61: "token": "hf_1234567890abcdef1234567890abcdef12"
62: },
63: "cohere": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 64: "apiKey": "1234567890abcdef1234567890abcdef12345678"
62: },
63: "cohere": {
64: "apiKey": "1234567890abcdef1234567890abcdef12345678"
65: },
66: "pinecone": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 64: "apiKey": "1234567890abcdef1234567890abcdef12345678"
62: },
63: "cohere": {
64: "apiKey": "1234567890abcdef1234567890abcdef12345678"
65: },
66: "pinecone": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 64: "apiKey": "1234567890abcdef1234567890abcdef12345678"
62: },
63: "cohere": {
64: "apiKey": "1234567890abcdef1234567890abcdef12345678"
65: },
66: "pinecone": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 64: "apiKey": "1234567890abcdef1234567890abcdef12345678"
62: },
63: "cohere": {
64: "apiKey": "1234567890abcdef1234567890abcdef12345678"
65: },
66: "pinecone": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 64: "apiKey": "1234567890abcdef1234567890abcdef12345678"
62: },
63: "cohere": {
64: "apiKey": "1234567890abcdef1234567890abcdef12345678"
65: },
66: "pinecone": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 66: "pinecone": {
64: "apiKey": "1234567890abcdef1234567890abcdef12345678"
65: },
66: "pinecone": {
67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
68: "environment": "us-west1-gcp"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
65: },
66: "pinecone": {
67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
68: "environment": "us-west1-gcp"
69: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
65: },
66: "pinecone": {
67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
68: "environment": "us-west1-gcp"
69: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
65: },
66: "pinecone": {
67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
68: "environment": "us-west1-gcp"
69: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
65: },
66: "pinecone": {
67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
68: "environment": "us-west1-gcp"
69: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
65: },
66: "pinecone": {
67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
68: "environment": "us-west1-gcp"
69: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
65: },
66: "pinecone": {
67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
68: "environment": "us-west1-gcp"
69: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
65: },
66: "pinecone": {
67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
68: "environment": "us-west1-gcp"
69: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
65: },
66: "pinecone": {
67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
68: "environment": "us-west1-gcp"
69: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 68: "environment": "us-west1-gcp"
66: "pinecone": {
67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
68: "environment": "us-west1-gcp"
69: }
70: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
71: "version_control": {
72: "github": {
73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
75: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
71: "version_control": {
72: "github": {
73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
75: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
71: "version_control": {
72: "github": {
73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
75: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
71: "version_control": {
72: "github": {
73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
75: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
72: "github": {
73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
75: },
76: "gitlab": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
72: "github": {
73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
75: },
76: "gitlab": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
72: "github": {
73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
75: },
76: "gitlab": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
72: "github": {
73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
75: },
76: "gitlab": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
72: "github": {
73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
75: },
76: "gitlab": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 77: "token": "glpat-1234567890abcdef1234",
75: },
76: "gitlab": {
77: "token": "glpat-1234567890abcdef1234",
78: "deployToken": "gldt-1234567890abcdef1234567890abcdef12"
79: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 77: "token": "glpat-1234567890abcdef1234",
75: },
76: "gitlab": {
77: "token": "glpat-1234567890abcdef1234",
78: "deployToken": "gldt-1234567890abcdef1234567890abcdef12"
79: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 78: "deployToken": "gldt-1234567890abcdef1234567890abcdef12"
76: "gitlab": {
77: "token": "glpat-1234567890abcdef1234",
78: "deployToken": "gldt-1234567890abcdef1234567890abcdef12"
79: }
80: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 78: "deployToken": "gldt-1234567890abcdef1234567890abcdef12"
76: "gitlab": {
77: "token": "glpat-1234567890abcdef1234",
78: "deployToken": "gldt-1234567890abcdef1234567890abcdef12"
79: }
80: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 78: "deployToken": "gldt-1234567890abcdef1234567890abcdef12"
76: "gitlab": {
77: "token": "glpat-1234567890abcdef1234",
78: "deployToken": "gldt-1234567890abcdef1234567890abcdef12"
79: }
80: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 78: "deployToken": "gldt-1234567890abcdef1234567890abcdef12"
76: "gitlab": {
77: "token": "glpat-1234567890abcdef1234",
78: "deployToken": "gldt-1234567890abcdef1234567890abcdef12"
79: }
80: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 78: "deployToken": "gldt-1234567890abcdef1234567890abcdef12"
76: "gitlab": {
77: "token": "glpat-1234567890abcdef1234",
78: "deployToken": "gldt-1234567890abcdef1234567890abcdef12"
79: }
80: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
81: "payment": {
82: "stripe": {
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
81: "payment": {
82: "stripe": {
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
81: "payment": {
82: "stripe": {
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
81: "payment": {
82: "stripe": {
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
82: "stripe": {
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
82: "stripe": {
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
82: "stripe": {
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
82: "stripe": {
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },
87: "paypal": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },
87: "paypal": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },
87: "paypal": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },
87: "paypal": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },
87: "paypal": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },
87: "paypal": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },
87: "paypal": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },
87: "paypal": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },
87: "paypal": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },
87: "paypal": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },
87: "paypal": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
86: },
87: "paypal": {
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
86: },
87: "paypal": {
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
86: },
87: "paypal": {
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
86: },
87: "paypal": {
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
86: },
87: "paypal": {
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
86: },
87: "paypal": {
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
87: "paypal": {
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
91: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
87: "paypal": {
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
91: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
87: "paypal": {
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
91: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
87: "paypal": {
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
91: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
87: "paypal": {
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
91: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
87: "paypal": {
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
91: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
91: }
92: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
91: }
92: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
91: }
92: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
91: }
92: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
91: }
92: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
91: }
92: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 93: "communication": {
91: }
92: },
93: "communication": {
94: "twilio": {
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
93: "communication": {
94: "twilio": {
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
93: "communication": {
94: "twilio": {
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
93: "communication": {
94: "twilio": {
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
93: "communication": {
94: "twilio": {
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
93: "communication": {
94: "twilio": {
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 96: "authToken": "1234567890abcdef1234567890abcdef123456",
94: "twilio": {
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
98: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 96: "authToken": "1234567890abcdef1234567890abcdef123456",
94: "twilio": {
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
98: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 96: "authToken": "1234567890abcdef1234567890abcdef123456",
94: "twilio": {
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
98: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 96: "authToken": "1234567890abcdef1234567890abcdef123456",
94: "twilio": {
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
98: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 96: "authToken": "1234567890abcdef1234567890abcdef123456",
94: "twilio": {
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
98: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
98: },
99: "sendgrid": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
98: },
99: "sendgrid": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
98: },
99: "sendgrid": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
98: },
99: "sendgrid": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 99: "sendgrid": {
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },
102: "slack": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },
102: "slack": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },
102: "slack": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },
102: "slack": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },
102: "slack": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },
102: "slack": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },
102: "slack": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },
102: "slack": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },
102: "slack": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },
102: "slack": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },
102: "slack": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },
102: "slack": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
101: },
102: "slack": {
103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
105: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
101: },
102: "slack": {
103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
105: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
101: },
102: "slack": {
103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
105: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
101: },
102: "slack": {
103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
105: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
101: },
102: "slack": {
103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
105: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
102: "slack": {
103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
105: },
106: "discord": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
102: "slack": {
103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
105: },
106: "discord": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
102: "slack": {
103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
105: },
106: "discord": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
102: "slack": {
103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
105: },
106: "discord": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
102: "slack": {
103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
105: },
106: "discord": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 110: "monitoring": {
108: }
109: },
110: "monitoring": {
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
110: "monitoring": {
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
110: "monitoring": {
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
110: "monitoring": {
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
110: "monitoring": {
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
110: "monitoring": {
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
110: "monitoring": {
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
110: "monitoring": {
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
110: "monitoring": {
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 115: "newrelic": {
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {
116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
117: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {
116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
117: }
118: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {
116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
117: }
118: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {
116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
117: }
118: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {
116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
117: }
118: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {
116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
117: }
118: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {
116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
117: }
118: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {
116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
117: }
118: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {
116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
117: }
118: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {
116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
117: }
118: },

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 119: "security": {
117: }
118: },
119: "security": {
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
118: },
119: "security": {
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
118: },
119: "security": {
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
118: },
119: "security": {
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
119: "security": {
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
119: "security": {
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
119: "security": {
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
119: "security": {
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
119: "security": {
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
119: "security": {
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }
124: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }
124: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }
124: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }
124: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }
124: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }
124: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }
124: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }
124: }

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
30: "aws": {
31: "accessKeyId": "AKIA1234567890123456",
32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
33: "region": "us-west-2"
34: },

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
42: },
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
52: "ai": {
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
65: },
66: "pinecone": {
67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
68: "environment": "us-west1-gcp"
69: }

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },
87: "paypal": {

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },
102: "slack": {

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
110: "monitoring": {
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {
116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
117: }
118: },

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
30: "aws": {
31: "accessKeyId": "AKIA1234567890123456",
32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
33: "region": "us-west-2"
34: },

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 36: "apiKey": "AIza1234567890abcdef1234567890abcdef123",
34: },
35: "google": {
36: "apiKey": "AIza1234567890abcdef1234567890abcdef123",
37: "projectId": "my-project-123456"
38: },

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
42: },
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
42: },
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 45: "spacesKey": "DO0012345678901234567890123456789012"
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },
47: "vercel": {

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 48: "token": "vercel_1234567890abcdef1234567890abcdef12",
46: },
47: "vercel": {
48: "token": "vercel_1234567890abcdef1234567890abcdef12",
49: "teamId": "team_1234567890abcdef1234567890abcdef12"
50: }

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 49: "teamId": "team_1234567890abcdef1234567890abcdef12"
47: "vercel": {
48: "token": "vercel_1234567890abcdef1234567890abcdef12",
49: "teamId": "team_1234567890abcdef1234567890abcdef12"
50: }
51: },

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
52: "ai": {
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
52: "ai": {
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 55: "organization": "org-1234567890abcdef1234567890abcdef12"
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },
57: "anthropic": {

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 61: "token": "hf_1234567890abcdef1234567890abcdef12"
59: },
60: "huggingface": {
61: "token": "hf_1234567890abcdef1234567890abcdef12"
62: },
63: "cohere": {

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 64: "apiKey": "1234567890abcdef1234567890abcdef12345678"
62: },
63: "cohere": {
64: "apiKey": "1234567890abcdef1234567890abcdef12345678"
65: },
66: "pinecone": {

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
65: },
66: "pinecone": {
67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
68: "environment": "us-west1-gcp"
69: }

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
65: },
66: "pinecone": {
67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
68: "environment": "us-west1-gcp"
69: }

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
71: "version_control": {
72: "github": {
73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
75: },

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
72: "github": {
73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
75: },
76: "gitlab": {

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 78: "deployToken": "gldt-1234567890abcdef1234567890abcdef12"
76: "gitlab": {
77: "token": "glpat-1234567890abcdef1234",
78: "deployToken": "gldt-1234567890abcdef1234567890abcdef12"
79: }
80: },

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
81: "payment": {
82: "stripe": {
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
82: "stripe": {
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },
87: "paypal": {

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },
87: "paypal": {

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
86: },
87: "paypal": {
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
87: "paypal": {
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
91: }

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
91: }
92: },

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
93: "communication": {
94: "twilio": {
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 96: "authToken": "1234567890abcdef1234567890abcdef123456",
94: "twilio": {
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
98: },

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
98: },
99: "sendgrid": {

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },
102: "slack": {

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },
102: "slack": {

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },
102: "slack": {

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
110: "monitoring": {
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
110: "monitoring": {
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {
116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
117: }
118: },

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {
116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
117: }
118: },

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
119: "security": {
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }
124: }

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
30: "aws": {
31: "accessKeyId": "AKIA1234567890123456",
32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
33: "region": "us-west-2"
34: },

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
30: "aws": {
31: "accessKeyId": "AKIA1234567890123456",
32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
33: "region": "us-west-2"
34: },

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 36: "apiKey": "AIza1234567890abcdef1234567890abcdef123",
34: },
35: "google": {
36: "apiKey": "AIza1234567890abcdef1234567890abcdef123",
37: "projectId": "my-project-123456"
38: },

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
42: },
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
42: },
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
42: },
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 45: "spacesKey": "DO0012345678901234567890123456789012"
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },
47: "vercel": {

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 48: "token": "vercel_1234567890abcdef1234567890abcdef12",
46: },
47: "vercel": {
48: "token": "vercel_1234567890abcdef1234567890abcdef12",
49: "teamId": "team_1234567890abcdef1234567890abcdef12"
50: }

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 49: "teamId": "team_1234567890abcdef1234567890abcdef12"
47: "vercel": {
48: "token": "vercel_1234567890abcdef1234567890abcdef12",
49: "teamId": "team_1234567890abcdef1234567890abcdef12"
50: }
51: },

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
52: "ai": {
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
52: "ai": {
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 55: "organization": "org-1234567890abcdef1234567890abcdef12"
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },
57: "anthropic": {

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 61: "token": "hf_1234567890abcdef1234567890abcdef12"
59: },
60: "huggingface": {
61: "token": "hf_1234567890abcdef1234567890abcdef12"
62: },
63: "cohere": {

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 64: "apiKey": "1234567890abcdef1234567890abcdef12345678"
62: },
63: "cohere": {
64: "apiKey": "1234567890abcdef1234567890abcdef12345678"
65: },
66: "pinecone": {

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
65: },
66: "pinecone": {
67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
68: "environment": "us-west1-gcp"
69: }

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
65: },
66: "pinecone": {
67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
68: "environment": "us-west1-gcp"
69: }

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
71: "version_control": {
72: "github": {
73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
75: },

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
72: "github": {
73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
75: },
76: "gitlab": {

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 78: "deployToken": "gldt-1234567890abcdef1234567890abcdef12"
76: "gitlab": {
77: "token": "glpat-1234567890abcdef1234",
78: "deployToken": "gldt-1234567890abcdef1234567890abcdef12"
79: }
80: },

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
81: "payment": {
82: "stripe": {
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
82: "stripe": {
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },
87: "paypal": {

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },
87: "paypal": {

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },
87: "paypal": {

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
86: },
87: "paypal": {
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
87: "paypal": {
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
91: }

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
91: }
92: },

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
93: "communication": {
94: "twilio": {
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 96: "authToken": "1234567890abcdef1234567890abcdef123456",
94: "twilio": {
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
98: },

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
98: },
99: "sendgrid": {

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },
102: "slack": {

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },
102: "slack": {

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },
102: "slack": {

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
110: "monitoring": {
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
110: "monitoring": {
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {
116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
117: }
118: },

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {
116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
117: }
118: },

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
119: "security": {
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }
124: }

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }
124: }

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 31: "accessKeyId": "AKIA1234567890123456",
29: "cloud": {
30: "aws": {
31: "accessKeyId": "AKIA1234567890123456",
32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
33: "region": "us-west-2"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
30: "aws": {
31: "accessKeyId": "AKIA1234567890123456",
32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
33: "region": "us-west-2"
34: },

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
30: "aws": {
31: "accessKeyId": "AKIA1234567890123456",
32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
33: "region": "us-west-2"
34: },

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
30: "aws": {
31: "accessKeyId": "AKIA1234567890123456",
32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
33: "region": "us-west-2"
34: },

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 36: "apiKey": "AIza1234567890abcdef1234567890abcdef123",
34: },
35: "google": {
36: "apiKey": "AIza1234567890abcdef1234567890abcdef123",
37: "projectId": "my-project-123456"
38: },

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
42: },
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
42: },
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
42: },
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
42: },
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 45: "spacesKey": "DO0012345678901234567890123456789012"
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },
47: "vercel": {

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 48: "token": "vercel_1234567890abcdef1234567890abcdef12",
46: },
47: "vercel": {
48: "token": "vercel_1234567890abcdef1234567890abcdef12",
49: "teamId": "team_1234567890abcdef1234567890abcdef12"
50: }

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 49: "teamId": "team_1234567890abcdef1234567890abcdef12"
47: "vercel": {
48: "token": "vercel_1234567890abcdef1234567890abcdef12",
49: "teamId": "team_1234567890abcdef1234567890abcdef12"
50: }
51: },

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
52: "ai": {
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
52: "ai": {
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
52: "ai": {
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 55: "organization": "org-1234567890abcdef1234567890abcdef12"
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },
57: "anthropic": {

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 61: "token": "hf_1234567890abcdef1234567890abcdef12"
59: },
60: "huggingface": {
61: "token": "hf_1234567890abcdef1234567890abcdef12"
62: },
63: "cohere": {

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 64: "apiKey": "1234567890abcdef1234567890abcdef12345678"
62: },
63: "cohere": {
64: "apiKey": "1234567890abcdef1234567890abcdef12345678"
65: },
66: "pinecone": {

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 64: "apiKey": "1234567890abcdef1234567890abcdef12345678"
62: },
63: "cohere": {
64: "apiKey": "1234567890abcdef1234567890abcdef12345678"
65: },
66: "pinecone": {

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
65: },
66: "pinecone": {
67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
68: "environment": "us-west1-gcp"
69: }

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
65: },
66: "pinecone": {
67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
68: "environment": "us-west1-gcp"
69: }

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
65: },
66: "pinecone": {
67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
68: "environment": "us-west1-gcp"
69: }

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
71: "version_control": {
72: "github": {
73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
75: },

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
72: "github": {
73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
75: },
76: "gitlab": {

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 77: "token": "glpat-1234567890abcdef1234",
75: },
76: "gitlab": {
77: "token": "glpat-1234567890abcdef1234",
78: "deployToken": "gldt-1234567890abcdef1234567890abcdef12"
79: }

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 78: "deployToken": "gldt-1234567890abcdef1234567890abcdef12"
76: "gitlab": {
77: "token": "glpat-1234567890abcdef1234",
78: "deployToken": "gldt-1234567890abcdef1234567890abcdef12"
79: }
80: },

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
81: "payment": {
82: "stripe": {
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
82: "stripe": {
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },
87: "paypal": {

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },
87: "paypal": {

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },
87: "paypal": {

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },
87: "paypal": {

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
86: },
87: "paypal": {
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
86: },
87: "paypal": {
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
87: "paypal": {
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
91: }

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
87: "paypal": {
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
91: }

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
91: }
92: },

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
93: "communication": {
94: "twilio": {
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 96: "authToken": "1234567890abcdef1234567890abcdef123456",
94: "twilio": {
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
98: },

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
98: },
99: "sendgrid": {

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },
102: "slack": {

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },
102: "slack": {

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },
102: "slack": {

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },
102: "slack": {

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
101: },
102: "slack": {
103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
105: },

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
102: "slack": {
103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
105: },
106: "discord": {

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
110: "monitoring": {
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
110: "monitoring": {
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
110: "monitoring": {
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {
116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
117: }
118: },

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {
116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
117: }
118: },

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {
116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
117: }
118: },

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
119: "security": {
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }
124: }

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }
124: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 2: "database": {
1: {
2: "database": {
3: "mongodb": {
4: "uri": "mongodb://admin:password123@mongodb.example.com:27017/myapp",

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 4: "uri": "mongodb://admin:password123@mongodb.example.com:27017/myapp",
2: "database": {
3: "mongodb": {
4: "uri": "mongodb://admin:password123@mongodb.example.com:27017/myapp",
5: "options": {
6: "ssl": true,

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 7: "authSource": "admin"
5: "options": {
6: "ssl": true,
7: "authSource": "admin"
8: }
9: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 10: "postgresql": {
8: }
9: },
10: "postgresql": {
11: "uri": "postgres://dbuser:secretpassword@postgres.example.com:5432/production",
12: "ssl": true

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 11: "uri": "postgres://dbuser:secretpassword@postgres.example.com:5432/production",
9: },
10: "postgresql": {
11: "uri": "postgres://dbuser:secretpassword@postgres.example.com:5432/production",
12: "ssl": true
13: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 11: "uri": "postgres://dbuser:secretpassword@postgres.example.com:5432/production",
9: },
10: "postgresql": {
11: "uri": "postgres://dbuser:secretpassword@postgres.example.com:5432/production",
12: "ssl": true
13: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 11: "uri": "postgres://dbuser:secretpassword@postgres.example.com:5432/production",
9: },
10: "postgresql": {
11: "uri": "postgres://dbuser:secretpassword@postgres.example.com:5432/production",
12: "ssl": true
13: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 11: "uri": "postgres://dbuser:secretpassword@postgres.example.com:5432/production",
9: },
10: "postgresql": {
11: "uri": "postgres://dbuser:secretpassword@postgres.example.com:5432/production",
12: "ssl": true
13: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 16: "username": "root",
14: "mysql": {
15: "host": "mysql.example.com",
16: "username": "root",
17: "password": "mysqlpassword123",
18: "database": "app_db"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 17: "password": "mysqlpassword123",
15: "host": "mysql.example.com",
16: "username": "root",
17: "password": "mysqlpassword123",
18: "database": "app_db"
19: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 17: "password": "mysqlpassword123",
15: "host": "mysql.example.com",
16: "username": "root",
17: "password": "mysqlpassword123",
18: "database": "app_db"
19: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 18: "database": "app_db"
16: "username": "root",
17: "password": "mysqlpassword123",
18: "database": "app_db"
19: },
20: "redis": {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 21: "url": "redis://:redispassword@redis.example.com:6379/1",
19: },
20: "redis": {
21: "url": "redis://:redispassword@redis.example.com:6379/1",
22: "tls": true
23: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 24: "elasticsearch": {
22: "tls": true
23: },
24: "elasticsearch": {
25: "uri": "https://elastic:changeme@elasticsearch.example.com:9200",
26: "index": "logs"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 25: "uri": "https://elastic:changeme@elasticsearch.example.com:9200",
23: },
24: "elasticsearch": {
25: "uri": "https://elastic:changeme@elasticsearch.example.com:9200",
26: "index": "logs"
27: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 25: "uri": "https://elastic:changeme@elasticsearch.example.com:9200",
23: },
24: "elasticsearch": {
25: "uri": "https://elastic:changeme@elasticsearch.example.com:9200",
26: "index": "logs"
27: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 31: "accessKeyId": "AKIA1234567890123456",
29: "cloud": {
30: "aws": {
31: "accessKeyId": "AKIA1234567890123456",
32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
33: "region": "us-west-2"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 31: "accessKeyId": "AKIA1234567890123456",
29: "cloud": {
30: "aws": {
31: "accessKeyId": "AKIA1234567890123456",
32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
33: "region": "us-west-2"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
30: "aws": {
31: "accessKeyId": "AKIA1234567890123456",
32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
33: "region": "us-west-2"
34: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
30: "aws": {
31: "accessKeyId": "AKIA1234567890123456",
32: "secretAccessKey": "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ",
33: "region": "us-west-2"
34: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 36: "apiKey": "AIza1234567890abcdef1234567890abcdef123",
34: },
35: "google": {
36: "apiKey": "AIza1234567890abcdef1234567890abcdef123",
37: "projectId": "my-project-123456"
38: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 37: "projectId": "my-project-123456"
35: "google": {
36: "apiKey": "AIza1234567890abcdef1234567890abcdef123",
37: "projectId": "my-project-123456"
38: },
39: "azure": {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 40: "subscriptionKey": "12345678-1234-1234-1234-123456789012",
38: },
39: "azure": {
40: "subscriptionKey": "12345678-1234-1234-1234-123456789012",
41: "resourceGroup": "my-resource-group"
42: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 40: "subscriptionKey": "12345678-1234-1234-1234-123456789012",
38: },
39: "azure": {
40: "subscriptionKey": "12345678-1234-1234-1234-123456789012",
41: "resourceGroup": "my-resource-group"
42: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 40: "subscriptionKey": "12345678-1234-1234-1234-123456789012",
38: },
39: "azure": {
40: "subscriptionKey": "12345678-1234-1234-1234-123456789012",
41: "resourceGroup": "my-resource-group"
42: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 41: "resourceGroup": "my-resource-group"
39: "azure": {
40: "subscriptionKey": "12345678-1234-1234-1234-123456789012",
41: "resourceGroup": "my-resource-group"
42: },
43: "digitalocean": {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 41: "resourceGroup": "my-resource-group"
39: "azure": {
40: "subscriptionKey": "12345678-1234-1234-1234-123456789012",
41: "resourceGroup": "my-resource-group"
42: },
43: "digitalocean": {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 43: "digitalocean": {
41: "resourceGroup": "my-resource-group"
42: },
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
42: },
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 45: "spacesKey": "DO0012345678901234567890123456789012"
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },
47: "vercel": {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 45: "spacesKey": "DO0012345678901234567890123456789012"
43: "digitalocean": {
44: "token": "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
45: "spacesKey": "DO0012345678901234567890123456789012"
46: },
47: "vercel": {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 48: "token": "vercel_1234567890abcdef1234567890abcdef12",
46: },
47: "vercel": {
48: "token": "vercel_1234567890abcdef1234567890abcdef12",
49: "teamId": "team_1234567890abcdef1234567890abcdef12"
50: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 49: "teamId": "team_1234567890abcdef1234567890abcdef12"
47: "vercel": {
48: "token": "vercel_1234567890abcdef1234567890abcdef12",
49: "teamId": "team_1234567890abcdef1234567890abcdef12"
50: }
51: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
52: "ai": {
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 55: "organization": "org-1234567890abcdef1234567890abcdef12"
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },
57: "anthropic": {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 55: "organization": "org-1234567890abcdef1234567890abcdef12"
53: "openai": {
54: "apiKey": "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },
57: "anthropic": {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 57: "anthropic": {
55: "organization": "org-1234567890abcdef1234567890abcdef12"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
56: },
57: "anthropic": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 60: "huggingface": {
58: "apiKey": "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
59: },
60: "huggingface": {
61: "token": "hf_1234567890abcdef1234567890abcdef12"
62: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 61: "token": "hf_1234567890abcdef1234567890abcdef12"
59: },
60: "huggingface": {
61: "token": "hf_1234567890abcdef1234567890abcdef12"
62: },
63: "cohere": {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 64: "apiKey": "1234567890abcdef1234567890abcdef12345678"
62: },
63: "cohere": {
64: "apiKey": "1234567890abcdef1234567890abcdef12345678"
65: },
66: "pinecone": {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 66: "pinecone": {
64: "apiKey": "1234567890abcdef1234567890abcdef12345678"
65: },
66: "pinecone": {
67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
68: "environment": "us-west1-gcp"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
65: },
66: "pinecone": {
67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
68: "environment": "us-west1-gcp"
69: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 68: "environment": "us-west1-gcp"
66: "pinecone": {
67: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
68: "environment": "us-west1-gcp"
69: }
70: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
71: "version_control": {
72: "github": {
73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
75: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
72: "github": {
73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
75: },
76: "gitlab": {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
72: "github": {
73: "token": "ghp_1234567890abcdef1234567890abcdef123456",
74: "appToken": "ghu_1234567890abcdef1234567890abcdef123456"
75: },
76: "gitlab": {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 77: "token": "glpat-1234567890abcdef1234",
75: },
76: "gitlab": {
77: "token": "glpat-1234567890abcdef1234",
78: "deployToken": "gldt-1234567890abcdef1234567890abcdef12"
79: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 78: "deployToken": "gldt-1234567890abcdef1234567890abcdef12"
76: "gitlab": {
77: "token": "glpat-1234567890abcdef1234",
78: "deployToken": "gldt-1234567890abcdef1234567890abcdef12"
79: }
80: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 78: "deployToken": "gldt-1234567890abcdef1234567890abcdef12"
76: "gitlab": {
77: "token": "glpat-1234567890abcdef1234",
78: "deployToken": "gldt-1234567890abcdef1234567890abcdef12"
79: }
80: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
81: "payment": {
82: "stripe": {
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
82: "stripe": {
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },
87: "paypal": {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: "liveKey": "sk_live_1234567890abcdef1234567890abcdef123456",
84: "testKey": "sk_test_1234567890abcdef1234567890abcdef123456",
85: "webhookSecret": "whsec_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
86: },
87: "paypal": {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
86: },
87: "paypal": {
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
86: },
87: "paypal": {
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
87: "paypal": {
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
91: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
87: "paypal": {
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
91: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
91: }
92: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
91: }
92: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
88: "clientId": "Abc1234567890abcdef1234567890abcdef12345678",
89: "clientSecret": "EFG1234567890abcdef1234567890abcdef12345678",
90: "accessToken": "access_token$production$1234567890abcdef1234567890abcdef"
91: }
92: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 93: "communication": {
91: }
92: },
93: "communication": {
94: "twilio": {
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
93: "communication": {
94: "twilio": {
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
93: "communication": {
94: "twilio": {
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 96: "authToken": "1234567890abcdef1234567890abcdef123456",
94: "twilio": {
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
98: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 96: "authToken": "1234567890abcdef1234567890abcdef123456",
94: "twilio": {
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
98: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
95: "accountSid": "AC1234567890abcdef1234567890abcdef12",
96: "authToken": "1234567890abcdef1234567890abcdef123456",
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
98: },
99: "sendgrid": {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 99: "sendgrid": {
97: "apiKey": "SK1234567890abcdef1234567890abcdef32"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },
102: "slack": {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
98: },
99: "sendgrid": {
100: "apiKey": "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
101: },
102: "slack": {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
101: },
102: "slack": {
103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
105: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
101: },
102: "slack": {
103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
105: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
101: },
102: "slack": {
103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
105: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
101: },
102: "slack": {
103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
105: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
102: "slack": {
103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
105: },
106: "discord": {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
102: "slack": {
103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
105: },
106: "discord": {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
102: "slack": {
103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
105: },
106: "discord": {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
102: "slack": {
103: "botToken": "xoxb-1234567890123-1234567890123-1234567890abcdef123456",
104: "userToken": "xoxp-1234567890123-1234567890123-1234567890abcdef123456"
105: },
106: "discord": {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
105: },
106: "discord": {
107: "botToken": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
108: }
109: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 110: "monitoring": {
108: }
109: },
110: "monitoring": {
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
110: "monitoring": {
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
111: "datadog": {
112: "apiKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 115: "newrelic": {
113: "appKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {
116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
117: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {
116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
117: }
118: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
114: },
115: "newrelic": {
116: "licenseKey": "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
117: }
118: },

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 119: "security": {
117: }
118: },
119: "security": {
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
118: },
119: "security": {
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
118: },
119: "security": {
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
119: "security": {
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
119: "security": {
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
119: "security": {
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }
124: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }
124: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
120: "jwtSecret": "my-super-secret-jwt-key-1234567890abcdef",
121: "encryptionKey": "aes-256-encryption-key-1234567890abcdef1234567890abcdef",
122: "privateKey": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4f5wg5l2hKsTeNem/V41fGnJm6gOdrj8ym3rFkEjWT2btZb5\n-----END RSA PRIVATE KEY-----"
123: }
124: }

Sumo Logic Access Key (high)

Service: Sumo Logic | Category: undefined

Description: Sumo Logic Access Key

Line 40: "subscriptionKey": "12345678-1234-1234-1234-123456789012",
38: },
39: "azure": {
40: "subscriptionKey": "12345678-1234-1234-1234-123456789012",
41: "resourceGroup": "my-resource-group"
42: },
[FILE] ./examples/deployment.yaml

AWS Access Key ID (IAM, SES, S3, EC2, etc.) (high)

Service: Amazon Web Services | Category: undefined

Description: AWS Access Key ID - used across all AWS services including IAM, SES, S3, EC2, Lambda, etc.

Line 36: value: "AKIA1234567890123456"
34: # Cloud Platform Keys
35: - name: AWS_ACCESS_KEY_ID
36: value: "AKIA1234567890123456"
37: - name: AWS_SECRET_ACCESS_KEY
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"

Google API Key (GCP, AI Studio, Maps, YouTube, Firebase) (high)

Service: Google Cloud Platform | Category: undefined

Description: Google API Key - used across GCP, AI Studio, Google Maps, YouTube Data API, and Firebase

Line 40: value: "AIza1234567890abcdef1234567890abcdef123"
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
39: - name: GOOGLE_API_KEY
40: value: "AIza1234567890abcdef1234567890abcdef123"
41: - name: AZURE_SUBSCRIPTION_KEY
42: value: "12345678-1234-1234-1234-123456789012"

GitHub Personal Access Token (critical)

Service: GitHub | Category: undefined

Description: GitHub Personal Access Token

Line 66: value: "ghp_1234567890abcdef1234567890abcdef123456"
64: # Version Control Tokens
65: - name: GITHUB_TOKEN
66: value: "ghp_1234567890abcdef1234567890abcdef123456"
67: - name: GITLAB_TOKEN
68: value: "glpat-1234567890abcdef1234"

GitLab Personal Access Token (critical)

Service: GitLab | Category: undefined

Description: GitLab Personal Access Token

Line 68: value: "glpat-1234567890abcdef1234"
66: value: "ghp_1234567890abcdef1234567890abcdef123456"
67: - name: GITLAB_TOKEN
68: value: "glpat-1234567890abcdef1234"
69:
70: # Payment Processing

MongoDB Connection URI (high)

Service: MongoDB | Category: undefined

Description: MongoDB Connection URI with credentials

Line 50: value: "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
48: # Database Connection Strings
49: - name: MONGODB_URI
50: value: "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
51: - name: POSTGRESQL_URI
52: value: "postgres://dbuser:secretpassword@postgres.example.com:5432/production"

PostgreSQL Connection URI (high)

Service: PostgreSQL | Category: undefined

Description: PostgreSQL Connection URI with credentials

Line 52: value: "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
50: value: "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
51: - name: POSTGRESQL_URI
52: value: "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
53: - name: MYSQL_URI
54: value: "mysql://root:mysqlpassword123@mysql.example.com:3306/app"

MySQL Connection URI (high)

Service: MySQL | Category: undefined

Description: MySQL Connection URI with credentials

Line 54: value: "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
52: value: "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
53: - name: MYSQL_URI
54: value: "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
55: - name: REDIS_URI
56: value: "redis://:redispassword@redis.example.com:6379/0"

MySQL Connection URI (high)

Service: MySQL | Category: undefined

Description: MySQL Connection URI with credentials

Line 60: value: "mysql://user:password@aws.connect.psdb.cloud/mydb"
58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"
59: - name: PLANETSCALE_URI
60: value: "mysql://user:password@aws.connect.psdb.cloud/mydb"
61: - name: NEON_URI
62: value: "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"

Stripe Live API Key (critical)

Service: Stripe | Category: undefined

Description: Stripe Live API Key

Line 72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
70: # Payment Processing
71: - name: STRIPE_LIVE_KEY
72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
73: - name: STRIPE_TEST_KEY
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"

Mollie API Key (critical)

Service: Mollie | Category: undefined

Description: Mollie API Key

Line 72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
70: # Payment Processing
71: - name: STRIPE_LIVE_KEY
72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
73: - name: STRIPE_TEST_KEY
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"

Mollie API Key (critical)

Service: Mollie | Category: undefined

Description: Mollie API Key

Line 74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
73: - name: STRIPE_TEST_KEY
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
75: - name: PAYPAL_ACCESS_TOKEN
76: value: "access_token$production$1234567890abcdef1234567890abcdef"

Twilio API Key (high)

Service: Twilio | Category: undefined

Description: Twilio API Key

Line 80: value: "SK1234567890abcdef1234567890abcdef32"
78: # Communication Services
79: - name: TWILIO_API_KEY
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Slack Bot Token (high)

Service: Slack | Category: undefined

Description: Slack Bot Token

Line 84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

NPM Access Token (high)

Service: NPM | Category: undefined

Description: NPM Access Token

Line 96: value: "npm_1234567890abcdef1234567890abcdef123456"
94: # Package Manager Tokens
95: - name: NPM_TOKEN
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Docker Hub Personal Access Token (high)

Service: Docker Hub | Category: undefined

Description: Docker Hub Personal Access Token

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Password in URL (high)

Service: General | Category: undefined

Description: Password embedded in URL

Line 50: value: "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
48: # Database Connection Strings
49: - name: MONGODB_URI
50: value: "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
51: - name: POSTGRESQL_URI
52: value: "postgres://dbuser:secretpassword@postgres.example.com:5432/production"

Password in URL (high)

Service: General | Category: undefined

Description: Password embedded in URL

Line 52: value: "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
50: value: "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
51: - name: POSTGRESQL_URI
52: value: "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
53: - name: MYSQL_URI
54: value: "mysql://root:mysqlpassword123@mysql.example.com:3306/app"

Password in URL (high)

Service: General | Category: undefined

Description: Password embedded in URL

Line 54: value: "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
52: value: "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
53: - name: MYSQL_URI
54: value: "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
55: - name: REDIS_URI
56: value: "redis://:redispassword@redis.example.com:6379/0"

Password in URL (high)

Service: General | Category: undefined

Description: Password embedded in URL

Line 58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"
56: value: "redis://:redispassword@redis.example.com:6379/0"
57: - name: SUPABASE_URI
58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"
59: - name: PLANETSCALE_URI
60: value: "mysql://user:password@aws.connect.psdb.cloud/mydb"

Password in URL (high)

Service: General | Category: undefined

Description: Password embedded in URL

Line 60: value: "mysql://user:password@aws.connect.psdb.cloud/mydb"
58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"
59: - name: PLANETSCALE_URI
60: value: "mysql://user:password@aws.connect.psdb.cloud/mydb"
61: - name: NEON_URI
62: value: "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"

Password in URL (high)

Service: General | Category: undefined

Description: Password embedded in URL

Line 62: value: "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
60: value: "mysql://user:password@aws.connect.psdb.cloud/mydb"
61: - name: NEON_URI
62: value: "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
63:
64: # Version Control Tokens

Bitcoin Private Key (critical)

Service: Bitcoin | Category: undefined

Description: Bitcoin Private Key (WIF format)

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Bitcoin Private Key (critical)

Service: Bitcoin | Category: undefined

Description: Bitcoin Private Key (WIF format)

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Bitcoin Private Key (critical)

Service: Bitcoin | Category: undefined

Description: Bitcoin Private Key (WIF format)

Line 130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Bitcoin Private Key (critical)

Service: Bitcoin | Category: undefined

Description: Bitcoin Private Key (WIF format)

Line 131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Generic Secret Key (high)

Service: General | Category: undefined

Description: Generic Secret Key pattern

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

OpenAI API Key (critical)

Service: OpenAI | Category: undefined

Description: OpenAI API Key

Line 28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: # AI/ML Platform Keys
27: - name: OPENAI_API_KEY
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Hugging Face Token (high)

Service: Hugging Face | Category: undefined

Description: Hugging Face Access Token

Line 32: value: "hf_1234567890abcdef1234567890abcdef12"
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"
33:
34: # Cloud Platform Keys

Stability AI API Key (high)

Service: Stability AI | Category: undefined

Description: Stability AI API Key

Line 28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: # AI/ML Platform Keys
27: - name: OPENAI_API_KEY
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

DigitalOcean Personal Access Token (critical)

Service: DigitalOcean | Category: undefined

Description: DigitalOcean Personal Access Token

Line 44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"

Heroku API Key (high)

Service: Heroku | Category: undefined

Description: Heroku API Key

Line 42: value: "12345678-1234-1234-1234-123456789012"
40: value: "AIza1234567890abcdef1234567890abcdef123"
41: - name: AZURE_SUBSCRIPTION_KEY
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: # AI/ML Platform Keys
27: - name: OPENAI_API_KEY
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
36: value: "AKIA1234567890123456"
37: - name: AWS_SECRET_ACCESS_KEY
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
39: - name: GOOGLE_API_KEY
40: value: "AIza1234567890abcdef1234567890abcdef123"

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 40: value: "AIza1234567890abcdef1234567890abcdef123"
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
39: - name: GOOGLE_API_KEY
40: value: "AIza1234567890abcdef1234567890abcdef123"
41: - name: AZURE_SUBSCRIPTION_KEY
42: value: "12345678-1234-1234-1234-123456789012"

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 66: value: "ghp_1234567890abcdef1234567890abcdef123456"
64: # Version Control Tokens
65: - name: GITHUB_TOKEN
66: value: "ghp_1234567890abcdef1234567890abcdef123456"
67: - name: GITLAB_TOKEN
68: value: "glpat-1234567890abcdef1234"

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
70: # Payment Processing
71: - name: STRIPE_LIVE_KEY
72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
73: - name: STRIPE_TEST_KEY
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
73: - name: STRIPE_TEST_KEY
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
75: - name: PAYPAL_ACCESS_TOKEN
76: value: "access_token$production$1234567890abcdef1234567890abcdef"

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 80: value: "SK1234567890abcdef1234567890abcdef32"
78: # Communication Services
79: - name: TWILIO_API_KEY
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 92: value: "Bearer 1234567890abcdef1234567890abcdef123456"
90: value: "my-super-secret-jwt-key-1234567890abcdef"
91: - name: BEARER_TOKEN
92: value: "Bearer 1234567890abcdef1234567890abcdef123456"
93:
94: # Package Manager Tokens

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 96: value: "npm_1234567890abcdef1234567890abcdef123456"
94: # Package Manager Tokens
95: - name: NPM_TOKEN
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 104: value: "abcdef1234567890abcdef1234567890abcdef12"
102: value: "123456789012345678901234567890"
103: - name: SECRET_KEY
104: value: "abcdef1234567890abcdef1234567890abcdef12"
105: - name: DATABASE_PASSWORD
106: value: "supersecretpassword123"

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 108: value: "admin1234567890abcdef1234567890abcdef12"
106: value: "supersecretpassword123"
107: - name: ADMIN_TOKEN
108: value: "admin1234567890abcdef1234567890abcdef12"
109:
110: resources:

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
123: data:
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
123: data:
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: # AI/ML Platform Keys
27: - name: OPENAI_API_KEY
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 66: value: "ghp_1234567890abcdef1234567890abcdef123456"
64: # Version Control Tokens
65: - name: GITHUB_TOKEN
66: value: "ghp_1234567890abcdef1234567890abcdef123456"
67: - name: GITLAB_TOKEN
68: value: "glpat-1234567890abcdef1234"

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
70: # Payment Processing
71: - name: STRIPE_LIVE_KEY
72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
73: - name: STRIPE_TEST_KEY
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
73: - name: STRIPE_TEST_KEY
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
75: - name: PAYPAL_ACCESS_TOKEN
76: value: "access_token$production$1234567890abcdef1234567890abcdef"

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 92: value: "Bearer 1234567890abcdef1234567890abcdef123456"
90: value: "my-super-secret-jwt-key-1234567890abcdef"
91: - name: BEARER_TOKEN
92: value: "Bearer 1234567890abcdef1234567890abcdef123456"
93:
94: # Package Manager Tokens

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 96: value: "npm_1234567890abcdef1234567890abcdef123456"
94: # Package Manager Tokens
95: - name: NPM_TOKEN
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 104: value: "abcdef1234567890abcdef1234567890abcdef12"
102: value: "123456789012345678901234567890"
103: - name: SECRET_KEY
104: value: "abcdef1234567890abcdef1234567890abcdef12"
105: - name: DATABASE_PASSWORD
106: value: "supersecretpassword123"

Supabase Connection URI (high)

Service: Supabase | Category: undefined

Description: Supabase PostgreSQL Connection URI

Line 58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"
56: value: "redis://:redispassword@redis.example.com:6379/0"
57: - name: SUPABASE_URI
58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"
59: - name: PLANETSCALE_URI
60: value: "mysql://user:password@aws.connect.psdb.cloud/mydb"

Neon Connection URI (high)

Service: Neon | Category: undefined

Description: Neon PostgreSQL Connection URI

Line 62: value: "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
60: value: "mysql://user:password@aws.connect.psdb.cloud/mydb"
61: - name: NEON_URI
62: value: "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
63:
64: # Version Control Tokens

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: # AI/ML Platform Keys
27: - name: OPENAI_API_KEY
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 32: value: "hf_1234567890abcdef1234567890abcdef12"
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"
33:
34: # Cloud Platform Keys

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 40: value: "AIza1234567890abcdef1234567890abcdef123"
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
39: - name: GOOGLE_API_KEY
40: value: "AIza1234567890abcdef1234567890abcdef123"
41: - name: AZURE_SUBSCRIPTION_KEY
42: value: "12345678-1234-1234-1234-123456789012"

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 46: value: "vercel_1234567890abcdef1234567890abcdef12"
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"
47:
48: # Database Connection Strings

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 66: value: "ghp_1234567890abcdef1234567890abcdef123456"
64: # Version Control Tokens
65: - name: GITHUB_TOKEN
66: value: "ghp_1234567890abcdef1234567890abcdef123456"
67: - name: GITLAB_TOKEN
68: value: "glpat-1234567890abcdef1234"

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
70: # Payment Processing
71: - name: STRIPE_LIVE_KEY
72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
73: - name: STRIPE_TEST_KEY
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
73: - name: STRIPE_TEST_KEY
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
75: - name: PAYPAL_ACCESS_TOKEN
76: value: "access_token$production$1234567890abcdef1234567890abcdef"

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 76: value: "access_token$production$1234567890abcdef1234567890abcdef"
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
75: - name: PAYPAL_ACCESS_TOKEN
76: value: "access_token$production$1234567890abcdef1234567890abcdef"
77:
78: # Communication Services

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 80: value: "SK1234567890abcdef1234567890abcdef32"
78: # Communication Services
79: - name: TWILIO_API_KEY
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 92: value: "Bearer 1234567890abcdef1234567890abcdef123456"
90: value: "my-super-secret-jwt-key-1234567890abcdef"
91: - name: BEARER_TOKEN
92: value: "Bearer 1234567890abcdef1234567890abcdef123456"
93:
94: # Package Manager Tokens

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 96: value: "npm_1234567890abcdef1234567890abcdef123456"
94: # Package Manager Tokens
95: - name: NPM_TOKEN
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 104: value: "abcdef1234567890abcdef1234567890abcdef12"
102: value: "123456789012345678901234567890"
103: - name: SECRET_KEY
104: value: "abcdef1234567890abcdef1234567890abcdef12"
105: - name: DATABASE_PASSWORD
106: value: "supersecretpassword123"

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 108: value: "admin1234567890abcdef1234567890abcdef12"
106: value: "supersecretpassword123"
107: - name: ADMIN_TOKEN
108: value: "admin1234567890abcdef1234567890abcdef12"
109:
110: resources:

Terraform Cloud Token (critical)

Service: Terraform Cloud | Category: undefined

Description: Terraform Cloud API Token

Line 82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: # AI/ML Platform Keys
27: - name: OPENAI_API_KEY
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 32: value: "hf_1234567890abcdef1234567890abcdef12"
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"
33:
34: # Cloud Platform Keys

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 36: value: "AKIA1234567890123456"
34: # Cloud Platform Keys
35: - name: AWS_ACCESS_KEY_ID
36: value: "AKIA1234567890123456"
37: - name: AWS_SECRET_ACCESS_KEY
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 37: - name: AWS_SECRET_ACCESS_KEY
35: - name: AWS_ACCESS_KEY_ID
36: value: "AKIA1234567890123456"
37: - name: AWS_SECRET_ACCESS_KEY
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
39: - name: GOOGLE_API_KEY

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
36: value: "AKIA1234567890123456"
37: - name: AWS_SECRET_ACCESS_KEY
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
39: - name: GOOGLE_API_KEY
40: value: "AIza1234567890abcdef1234567890abcdef123"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 40: value: "AIza1234567890abcdef1234567890abcdef123"
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
39: - name: GOOGLE_API_KEY
40: value: "AIza1234567890abcdef1234567890abcdef123"
41: - name: AZURE_SUBSCRIPTION_KEY
42: value: "12345678-1234-1234-1234-123456789012"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 41: - name: AZURE_SUBSCRIPTION_KEY
39: - name: GOOGLE_API_KEY
40: value: "AIza1234567890abcdef1234567890abcdef123"
41: - name: AZURE_SUBSCRIPTION_KEY
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 42: value: "12345678-1234-1234-1234-123456789012"
40: value: "AIza1234567890abcdef1234567890abcdef123"
41: - name: AZURE_SUBSCRIPTION_KEY
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 46: value: "vercel_1234567890abcdef1234567890abcdef12"
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"
47:
48: # Database Connection Strings

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 62: value: "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
60: value: "mysql://user:password@aws.connect.psdb.cloud/mydb"
61: - name: NEON_URI
62: value: "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
63:
64: # Version Control Tokens

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 66: value: "ghp_1234567890abcdef1234567890abcdef123456"
64: # Version Control Tokens
65: - name: GITHUB_TOKEN
66: value: "ghp_1234567890abcdef1234567890abcdef123456"
67: - name: GITLAB_TOKEN
68: value: "glpat-1234567890abcdef1234"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 68: value: "glpat-1234567890abcdef1234"
66: value: "ghp_1234567890abcdef1234567890abcdef123456"
67: - name: GITLAB_TOKEN
68: value: "glpat-1234567890abcdef1234"
69:
70: # Payment Processing

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
70: # Payment Processing
71: - name: STRIPE_LIVE_KEY
72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
73: - name: STRIPE_TEST_KEY
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
73: - name: STRIPE_TEST_KEY
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
75: - name: PAYPAL_ACCESS_TOKEN
76: value: "access_token$production$1234567890abcdef1234567890abcdef"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 76: value: "access_token$production$1234567890abcdef1234567890abcdef"
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
75: - name: PAYPAL_ACCESS_TOKEN
76: value: "access_token$production$1234567890abcdef1234567890abcdef"
77:
78: # Communication Services

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 80: value: "SK1234567890abcdef1234567890abcdef32"
78: # Communication Services
79: - name: TWILIO_API_KEY
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 90: value: "my-super-secret-jwt-key-1234567890abcdef"
88: # Authentication Tokens
89: - name: JWT_SECRET
90: value: "my-super-secret-jwt-key-1234567890abcdef"
91: - name: BEARER_TOKEN
92: value: "Bearer 1234567890abcdef1234567890abcdef123456"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 92: value: "Bearer 1234567890abcdef1234567890abcdef123456"
90: value: "my-super-secret-jwt-key-1234567890abcdef"
91: - name: BEARER_TOKEN
92: value: "Bearer 1234567890abcdef1234567890abcdef123456"
93:
94: # Package Manager Tokens

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 96: value: "npm_1234567890abcdef1234567890abcdef123456"
94: # Package Manager Tokens
95: - name: NPM_TOKEN
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 102: value: "123456789012345678901234567890"
100: # Generic Patterns
101: - name: API_KEY
102: value: "123456789012345678901234567890"
103: - name: SECRET_KEY
104: value: "abcdef1234567890abcdef1234567890abcdef12"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 104: value: "abcdef1234567890abcdef1234567890abcdef12"
102: value: "123456789012345678901234567890"
103: - name: SECRET_KEY
104: value: "abcdef1234567890abcdef1234567890abcdef12"
105: - name: DATABASE_PASSWORD
106: value: "supersecretpassword123"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 106: value: "supersecretpassword123"
104: value: "abcdef1234567890abcdef1234567890abcdef12"
105: - name: DATABASE_PASSWORD
106: value: "supersecretpassword123"
107: - name: ADMIN_TOKEN
108: value: "admin1234567890abcdef1234567890abcdef12"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 108: value: "admin1234567890abcdef1234567890abcdef12"
106: value: "supersecretpassword123"
107: - name: ADMIN_TOKEN
108: value: "admin1234567890abcdef1234567890abcdef12"
109:
110: resources:

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
123: data:
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Intercom Access Token (high)

Service: Intercom | Category: undefined

Description: Intercom Access Token

Line 30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"

Intercom Access Token (high)

Service: Intercom | Category: undefined

Description: Intercom Access Token

Line 44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"

Intercom Access Token (high)

Service: Intercom | Category: undefined

Description: Intercom Access Token

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Intercom Access Token (high)

Service: Intercom | Category: undefined

Description: Intercom Access Token

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Intercom Access Token (high)

Service: Intercom | Category: undefined

Description: Intercom Access Token

Line 125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
123: data:
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=

Intercom Access Token (high)

Service: Intercom | Category: undefined

Description: Intercom Access Token

Line 126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==

Intercom Access Token (high)

Service: Intercom | Category: undefined

Description: Intercom Access Token

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Intercom Access Token (high)

Service: Intercom | Category: undefined

Description: Intercom Access Token

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Intercom Access Token (high)

Service: Intercom | Category: undefined

Description: Intercom Access Token

Line 130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 1: # Kubernetes Deployment with Secrets
1: # Kubernetes Deployment with Secrets
2: # WARNING: These are FAKE credentials for testing only
3:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 1: # Kubernetes Deployment with Secrets
1: # Kubernetes Deployment with Secrets
2: # WARNING: These are FAKE credentials for testing only
3:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 2: # WARNING: These are FAKE credentials for testing only
1: # Kubernetes Deployment with Secrets
2: # WARNING: These are FAKE credentials for testing only
3:
4: apiVersion: apps/v1

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 4: apiVersion: apps/v1
2: # WARNING: These are FAKE credentials for testing only
3:
4: apiVersion: apps/v1
5: kind: Deployment
6: metadata:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 5: kind: Deployment
3:
4: apiVersion: apps/v1
5: kind: Deployment
6: metadata:
7: name: webapp

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 6: metadata:
4: apiVersion: apps/v1
5: kind: Deployment
6: metadata:
7: name: webapp
8: labels:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 11: replicas: 3
9: app: webapp
10: spec:
11: replicas: 3
12: selector:
13: matchLabels:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 12: selector:
10: spec:
11: replicas: 3
12: selector:
13: matchLabels:
14: app: webapp

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 13: matchLabels:
11: replicas: 3
12: selector:
13: matchLabels:
14: app: webapp
15: template:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 15: template:
13: matchLabels:
14: app: webapp
15: template:
16: metadata:
17: labels:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 16: metadata:
14: app: webapp
15: template:
16: metadata:
17: labels:
18: app: webapp

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 20: containers:
18: app: webapp
19: spec:
20: containers:
21: - name: webapp
22: image: myapp:latest

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 24: - containerPort: 3000
22: image: myapp:latest
23: ports:
24: - containerPort: 3000
25: env:
26: # AI/ML Platform Keys

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 26: # AI/ML Platform Keys
24: - containerPort: 3000
25: env:
26: # AI/ML Platform Keys
27: - name: OPENAI_API_KEY
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: # AI/ML Platform Keys
27: - name: OPENAI_API_KEY
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: # AI/ML Platform Keys
27: - name: OPENAI_API_KEY
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: # AI/ML Platform Keys
27: - name: OPENAI_API_KEY
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: # AI/ML Platform Keys
27: - name: OPENAI_API_KEY
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: # AI/ML Platform Keys
27: - name: OPENAI_API_KEY
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: # AI/ML Platform Keys
27: - name: OPENAI_API_KEY
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: # AI/ML Platform Keys
27: - name: OPENAI_API_KEY
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: # AI/ML Platform Keys
27: - name: OPENAI_API_KEY
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 29: - name: ANTHROPIC_API_KEY
27: - name: OPENAI_API_KEY
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 31: - name: HUGGINGFACE_TOKEN
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"
33:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 32: value: "hf_1234567890abcdef1234567890abcdef12"
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"
33:
34: # Cloud Platform Keys

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 32: value: "hf_1234567890abcdef1234567890abcdef12"
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"
33:
34: # Cloud Platform Keys

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 32: value: "hf_1234567890abcdef1234567890abcdef12"
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"
33:
34: # Cloud Platform Keys

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 32: value: "hf_1234567890abcdef1234567890abcdef12"
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"
33:
34: # Cloud Platform Keys

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 34: # Cloud Platform Keys
32: value: "hf_1234567890abcdef1234567890abcdef12"
33:
34: # Cloud Platform Keys
35: - name: AWS_ACCESS_KEY_ID
36: value: "AKIA1234567890123456"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 36: value: "AKIA1234567890123456"
34: # Cloud Platform Keys
35: - name: AWS_ACCESS_KEY_ID
36: value: "AKIA1234567890123456"
37: - name: AWS_SECRET_ACCESS_KEY
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 36: value: "AKIA1234567890123456"
34: # Cloud Platform Keys
35: - name: AWS_ACCESS_KEY_ID
36: value: "AKIA1234567890123456"
37: - name: AWS_SECRET_ACCESS_KEY
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
36: value: "AKIA1234567890123456"
37: - name: AWS_SECRET_ACCESS_KEY
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
39: - name: GOOGLE_API_KEY
40: value: "AIza1234567890abcdef1234567890abcdef123"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
36: value: "AKIA1234567890123456"
37: - name: AWS_SECRET_ACCESS_KEY
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
39: - name: GOOGLE_API_KEY
40: value: "AIza1234567890abcdef1234567890abcdef123"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
36: value: "AKIA1234567890123456"
37: - name: AWS_SECRET_ACCESS_KEY
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
39: - name: GOOGLE_API_KEY
40: value: "AIza1234567890abcdef1234567890abcdef123"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
36: value: "AKIA1234567890123456"
37: - name: AWS_SECRET_ACCESS_KEY
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
39: - name: GOOGLE_API_KEY
40: value: "AIza1234567890abcdef1234567890abcdef123"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
36: value: "AKIA1234567890123456"
37: - name: AWS_SECRET_ACCESS_KEY
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
39: - name: GOOGLE_API_KEY
40: value: "AIza1234567890abcdef1234567890abcdef123"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
36: value: "AKIA1234567890123456"
37: - name: AWS_SECRET_ACCESS_KEY
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
39: - name: GOOGLE_API_KEY
40: value: "AIza1234567890abcdef1234567890abcdef123"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
36: value: "AKIA1234567890123456"
37: - name: AWS_SECRET_ACCESS_KEY
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
39: - name: GOOGLE_API_KEY
40: value: "AIza1234567890abcdef1234567890abcdef123"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 40: value: "AIza1234567890abcdef1234567890abcdef123"
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
39: - name: GOOGLE_API_KEY
40: value: "AIza1234567890abcdef1234567890abcdef123"
41: - name: AZURE_SUBSCRIPTION_KEY
42: value: "12345678-1234-1234-1234-123456789012"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 40: value: "AIza1234567890abcdef1234567890abcdef123"
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
39: - name: GOOGLE_API_KEY
40: value: "AIza1234567890abcdef1234567890abcdef123"
41: - name: AZURE_SUBSCRIPTION_KEY
42: value: "12345678-1234-1234-1234-123456789012"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 40: value: "AIza1234567890abcdef1234567890abcdef123"
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
39: - name: GOOGLE_API_KEY
40: value: "AIza1234567890abcdef1234567890abcdef123"
41: - name: AZURE_SUBSCRIPTION_KEY
42: value: "12345678-1234-1234-1234-123456789012"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 40: value: "AIza1234567890abcdef1234567890abcdef123"
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
39: - name: GOOGLE_API_KEY
40: value: "AIza1234567890abcdef1234567890abcdef123"
41: - name: AZURE_SUBSCRIPTION_KEY
42: value: "12345678-1234-1234-1234-123456789012"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 41: - name: AZURE_SUBSCRIPTION_KEY
39: - name: GOOGLE_API_KEY
40: value: "AIza1234567890abcdef1234567890abcdef123"
41: - name: AZURE_SUBSCRIPTION_KEY
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 42: value: "12345678-1234-1234-1234-123456789012"
40: value: "AIza1234567890abcdef1234567890abcdef123"
41: - name: AZURE_SUBSCRIPTION_KEY
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 42: value: "12345678-1234-1234-1234-123456789012"
40: value: "AIza1234567890abcdef1234567890abcdef123"
41: - name: AZURE_SUBSCRIPTION_KEY
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 43: - name: DIGITALOCEAN_TOKEN
41: - name: AZURE_SUBSCRIPTION_KEY
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 46: value: "vercel_1234567890abcdef1234567890abcdef12"
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"
47:
48: # Database Connection Strings

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 46: value: "vercel_1234567890abcdef1234567890abcdef12"
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"
47:
48: # Database Connection Strings

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 46: value: "vercel_1234567890abcdef1234567890abcdef12"
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"
47:
48: # Database Connection Strings

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 46: value: "vercel_1234567890abcdef1234567890abcdef12"
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"
47:
48: # Database Connection Strings

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 48: # Database Connection Strings
46: value: "vercel_1234567890abcdef1234567890abcdef12"
47:
48: # Database Connection Strings
49: - name: MONGODB_URI
50: value: "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 48: # Database Connection Strings
46: value: "vercel_1234567890abcdef1234567890abcdef12"
47:
48: # Database Connection Strings
49: - name: MONGODB_URI
50: value: "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 50: value: "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
48: # Database Connection Strings
49: - name: MONGODB_URI
50: value: "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
51: - name: POSTGRESQL_URI
52: value: "postgres://dbuser:secretpassword@postgres.example.com:5432/production"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 50: value: "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
48: # Database Connection Strings
49: - name: MONGODB_URI
50: value: "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
51: - name: POSTGRESQL_URI
52: value: "postgres://dbuser:secretpassword@postgres.example.com:5432/production"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 51: - name: POSTGRESQL_URI
49: - name: MONGODB_URI
50: value: "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
51: - name: POSTGRESQL_URI
52: value: "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
53: - name: MYSQL_URI

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 52: value: "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
50: value: "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
51: - name: POSTGRESQL_URI
52: value: "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
53: - name: MYSQL_URI
54: value: "mysql://root:mysqlpassword123@mysql.example.com:3306/app"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 52: value: "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
50: value: "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
51: - name: POSTGRESQL_URI
52: value: "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
53: - name: MYSQL_URI
54: value: "mysql://root:mysqlpassword123@mysql.example.com:3306/app"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 52: value: "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
50: value: "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
51: - name: POSTGRESQL_URI
52: value: "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
53: - name: MYSQL_URI
54: value: "mysql://root:mysqlpassword123@mysql.example.com:3306/app"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 52: value: "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
50: value: "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
51: - name: POSTGRESQL_URI
52: value: "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
53: - name: MYSQL_URI
54: value: "mysql://root:mysqlpassword123@mysql.example.com:3306/app"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 54: value: "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
52: value: "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
53: - name: MYSQL_URI
54: value: "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
55: - name: REDIS_URI
56: value: "redis://:redispassword@redis.example.com:6379/0"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 54: value: "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
52: value: "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
53: - name: MYSQL_URI
54: value: "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
55: - name: REDIS_URI
56: value: "redis://:redispassword@redis.example.com:6379/0"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 56: value: "redis://:redispassword@redis.example.com:6379/0"
54: value: "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
55: - name: REDIS_URI
56: value: "redis://:redispassword@redis.example.com:6379/0"
57: - name: SUPABASE_URI
58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 57: - name: SUPABASE_URI
55: - name: REDIS_URI
56: value: "redis://:redispassword@redis.example.com:6379/0"
57: - name: SUPABASE_URI
58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"
59: - name: PLANETSCALE_URI

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"
56: value: "redis://:redispassword@redis.example.com:6379/0"
57: - name: SUPABASE_URI
58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"
59: - name: PLANETSCALE_URI
60: value: "mysql://user:password@aws.connect.psdb.cloud/mydb"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"
56: value: "redis://:redispassword@redis.example.com:6379/0"
57: - name: SUPABASE_URI
58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"
59: - name: PLANETSCALE_URI
60: value: "mysql://user:password@aws.connect.psdb.cloud/mydb"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"
56: value: "redis://:redispassword@redis.example.com:6379/0"
57: - name: SUPABASE_URI
58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"
59: - name: PLANETSCALE_URI
60: value: "mysql://user:password@aws.connect.psdb.cloud/mydb"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"
56: value: "redis://:redispassword@redis.example.com:6379/0"
57: - name: SUPABASE_URI
58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"
59: - name: PLANETSCALE_URI
60: value: "mysql://user:password@aws.connect.psdb.cloud/mydb"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"
56: value: "redis://:redispassword@redis.example.com:6379/0"
57: - name: SUPABASE_URI
58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"
59: - name: PLANETSCALE_URI
60: value: "mysql://user:password@aws.connect.psdb.cloud/mydb"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 59: - name: PLANETSCALE_URI
57: - name: SUPABASE_URI
58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"
59: - name: PLANETSCALE_URI
60: value: "mysql://user:password@aws.connect.psdb.cloud/mydb"
61: - name: NEON_URI

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 60: value: "mysql://user:password@aws.connect.psdb.cloud/mydb"
58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"
59: - name: PLANETSCALE_URI
60: value: "mysql://user:password@aws.connect.psdb.cloud/mydb"
61: - name: NEON_URI
62: value: "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 62: value: "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
60: value: "mysql://user:password@aws.connect.psdb.cloud/mydb"
61: - name: NEON_URI
62: value: "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
63:
64: # Version Control Tokens

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 62: value: "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
60: value: "mysql://user:password@aws.connect.psdb.cloud/mydb"
61: - name: NEON_URI
62: value: "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
63:
64: # Version Control Tokens

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 62: value: "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
60: value: "mysql://user:password@aws.connect.psdb.cloud/mydb"
61: - name: NEON_URI
62: value: "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
63:
64: # Version Control Tokens

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 66: value: "ghp_1234567890abcdef1234567890abcdef123456"
64: # Version Control Tokens
65: - name: GITHUB_TOKEN
66: value: "ghp_1234567890abcdef1234567890abcdef123456"
67: - name: GITLAB_TOKEN
68: value: "glpat-1234567890abcdef1234"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 66: value: "ghp_1234567890abcdef1234567890abcdef123456"
64: # Version Control Tokens
65: - name: GITHUB_TOKEN
66: value: "ghp_1234567890abcdef1234567890abcdef123456"
67: - name: GITLAB_TOKEN
68: value: "glpat-1234567890abcdef1234"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 66: value: "ghp_1234567890abcdef1234567890abcdef123456"
64: # Version Control Tokens
65: - name: GITHUB_TOKEN
66: value: "ghp_1234567890abcdef1234567890abcdef123456"
67: - name: GITLAB_TOKEN
68: value: "glpat-1234567890abcdef1234"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 66: value: "ghp_1234567890abcdef1234567890abcdef123456"
64: # Version Control Tokens
65: - name: GITHUB_TOKEN
66: value: "ghp_1234567890abcdef1234567890abcdef123456"
67: - name: GITLAB_TOKEN
68: value: "glpat-1234567890abcdef1234"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 68: value: "glpat-1234567890abcdef1234"
66: value: "ghp_1234567890abcdef1234567890abcdef123456"
67: - name: GITLAB_TOKEN
68: value: "glpat-1234567890abcdef1234"
69:
70: # Payment Processing

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 68: value: "glpat-1234567890abcdef1234"
66: value: "ghp_1234567890abcdef1234567890abcdef123456"
67: - name: GITLAB_TOKEN
68: value: "glpat-1234567890abcdef1234"
69:
70: # Payment Processing

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 70: # Payment Processing
68: value: "glpat-1234567890abcdef1234"
69:
70: # Payment Processing
71: - name: STRIPE_LIVE_KEY
72: value: "sk_live_1234567890abcdef1234567890abcdef123456"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
70: # Payment Processing
71: - name: STRIPE_LIVE_KEY
72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
73: - name: STRIPE_TEST_KEY
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
70: # Payment Processing
71: - name: STRIPE_LIVE_KEY
72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
73: - name: STRIPE_TEST_KEY
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
70: # Payment Processing
71: - name: STRIPE_LIVE_KEY
72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
73: - name: STRIPE_TEST_KEY
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
70: # Payment Processing
71: - name: STRIPE_LIVE_KEY
72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
73: - name: STRIPE_TEST_KEY
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
73: - name: STRIPE_TEST_KEY
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
75: - name: PAYPAL_ACCESS_TOKEN
76: value: "access_token$production$1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
73: - name: STRIPE_TEST_KEY
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
75: - name: PAYPAL_ACCESS_TOKEN
76: value: "access_token$production$1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
73: - name: STRIPE_TEST_KEY
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
75: - name: PAYPAL_ACCESS_TOKEN
76: value: "access_token$production$1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
73: - name: STRIPE_TEST_KEY
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
75: - name: PAYPAL_ACCESS_TOKEN
76: value: "access_token$production$1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 76: value: "access_token$production$1234567890abcdef1234567890abcdef"
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
75: - name: PAYPAL_ACCESS_TOKEN
76: value: "access_token$production$1234567890abcdef1234567890abcdef"
77:
78: # Communication Services

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 76: value: "access_token$production$1234567890abcdef1234567890abcdef"
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
75: - name: PAYPAL_ACCESS_TOKEN
76: value: "access_token$production$1234567890abcdef1234567890abcdef"
77:
78: # Communication Services

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 76: value: "access_token$production$1234567890abcdef1234567890abcdef"
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
75: - name: PAYPAL_ACCESS_TOKEN
76: value: "access_token$production$1234567890abcdef1234567890abcdef"
77:
78: # Communication Services

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 76: value: "access_token$production$1234567890abcdef1234567890abcdef"
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
75: - name: PAYPAL_ACCESS_TOKEN
76: value: "access_token$production$1234567890abcdef1234567890abcdef"
77:
78: # Communication Services

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 76: value: "access_token$production$1234567890abcdef1234567890abcdef"
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
75: - name: PAYPAL_ACCESS_TOKEN
76: value: "access_token$production$1234567890abcdef1234567890abcdef"
77:
78: # Communication Services

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 78: # Communication Services
76: value: "access_token$production$1234567890abcdef1234567890abcdef"
77:
78: # Communication Services
79: - name: TWILIO_API_KEY
80: value: "SK1234567890abcdef1234567890abcdef32"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 78: # Communication Services
76: value: "access_token$production$1234567890abcdef1234567890abcdef"
77:
78: # Communication Services
79: - name: TWILIO_API_KEY
80: value: "SK1234567890abcdef1234567890abcdef32"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 80: value: "SK1234567890abcdef1234567890abcdef32"
78: # Communication Services
79: - name: TWILIO_API_KEY
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 80: value: "SK1234567890abcdef1234567890abcdef32"
78: # Communication Services
79: - name: TWILIO_API_KEY
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 80: value: "SK1234567890abcdef1234567890abcdef32"
78: # Communication Services
79: - name: TWILIO_API_KEY
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 80: value: "SK1234567890abcdef1234567890abcdef32"
78: # Communication Services
79: - name: TWILIO_API_KEY
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 81: - name: SENDGRID_API_KEY
79: - name: TWILIO_API_KEY
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 88: # Authentication Tokens
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens
89: - name: JWT_SECRET
90: value: "my-super-secret-jwt-key-1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 90: value: "my-super-secret-jwt-key-1234567890abcdef"
88: # Authentication Tokens
89: - name: JWT_SECRET
90: value: "my-super-secret-jwt-key-1234567890abcdef"
91: - name: BEARER_TOKEN
92: value: "Bearer 1234567890abcdef1234567890abcdef123456"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 90: value: "my-super-secret-jwt-key-1234567890abcdef"
88: # Authentication Tokens
89: - name: JWT_SECRET
90: value: "my-super-secret-jwt-key-1234567890abcdef"
91: - name: BEARER_TOKEN
92: value: "Bearer 1234567890abcdef1234567890abcdef123456"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 92: value: "Bearer 1234567890abcdef1234567890abcdef123456"
90: value: "my-super-secret-jwt-key-1234567890abcdef"
91: - name: BEARER_TOKEN
92: value: "Bearer 1234567890abcdef1234567890abcdef123456"
93:
94: # Package Manager Tokens

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 92: value: "Bearer 1234567890abcdef1234567890abcdef123456"
90: value: "my-super-secret-jwt-key-1234567890abcdef"
91: - name: BEARER_TOKEN
92: value: "Bearer 1234567890abcdef1234567890abcdef123456"
93:
94: # Package Manager Tokens

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 92: value: "Bearer 1234567890abcdef1234567890abcdef123456"
90: value: "my-super-secret-jwt-key-1234567890abcdef"
91: - name: BEARER_TOKEN
92: value: "Bearer 1234567890abcdef1234567890abcdef123456"
93:
94: # Package Manager Tokens

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 92: value: "Bearer 1234567890abcdef1234567890abcdef123456"
90: value: "my-super-secret-jwt-key-1234567890abcdef"
91: - name: BEARER_TOKEN
92: value: "Bearer 1234567890abcdef1234567890abcdef123456"
93:
94: # Package Manager Tokens

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 96: value: "npm_1234567890abcdef1234567890abcdef123456"
94: # Package Manager Tokens
95: - name: NPM_TOKEN
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 96: value: "npm_1234567890abcdef1234567890abcdef123456"
94: # Package Manager Tokens
95: - name: NPM_TOKEN
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 96: value: "npm_1234567890abcdef1234567890abcdef123456"
94: # Package Manager Tokens
95: - name: NPM_TOKEN
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 96: value: "npm_1234567890abcdef1234567890abcdef123456"
94: # Package Manager Tokens
95: - name: NPM_TOKEN
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 100: # Generic Patterns
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns
101: - name: API_KEY
102: value: "123456789012345678901234567890"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 102: value: "123456789012345678901234567890"
100: # Generic Patterns
101: - name: API_KEY
102: value: "123456789012345678901234567890"
103: - name: SECRET_KEY
104: value: "abcdef1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 102: value: "123456789012345678901234567890"
100: # Generic Patterns
101: - name: API_KEY
102: value: "123456789012345678901234567890"
103: - name: SECRET_KEY
104: value: "abcdef1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 102: value: "123456789012345678901234567890"
100: # Generic Patterns
101: - name: API_KEY
102: value: "123456789012345678901234567890"
103: - name: SECRET_KEY
104: value: "abcdef1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 104: value: "abcdef1234567890abcdef1234567890abcdef12"
102: value: "123456789012345678901234567890"
103: - name: SECRET_KEY
104: value: "abcdef1234567890abcdef1234567890abcdef12"
105: - name: DATABASE_PASSWORD
106: value: "supersecretpassword123"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 104: value: "abcdef1234567890abcdef1234567890abcdef12"
102: value: "123456789012345678901234567890"
103: - name: SECRET_KEY
104: value: "abcdef1234567890abcdef1234567890abcdef12"
105: - name: DATABASE_PASSWORD
106: value: "supersecretpassword123"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 104: value: "abcdef1234567890abcdef1234567890abcdef12"
102: value: "123456789012345678901234567890"
103: - name: SECRET_KEY
104: value: "abcdef1234567890abcdef1234567890abcdef12"
105: - name: DATABASE_PASSWORD
106: value: "supersecretpassword123"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 104: value: "abcdef1234567890abcdef1234567890abcdef12"
102: value: "123456789012345678901234567890"
103: - name: SECRET_KEY
104: value: "abcdef1234567890abcdef1234567890abcdef12"
105: - name: DATABASE_PASSWORD
106: value: "supersecretpassword123"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 104: value: "abcdef1234567890abcdef1234567890abcdef12"
102: value: "123456789012345678901234567890"
103: - name: SECRET_KEY
104: value: "abcdef1234567890abcdef1234567890abcdef12"
105: - name: DATABASE_PASSWORD
106: value: "supersecretpassword123"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 105: - name: DATABASE_PASSWORD
103: - name: SECRET_KEY
104: value: "abcdef1234567890abcdef1234567890abcdef12"
105: - name: DATABASE_PASSWORD
106: value: "supersecretpassword123"
107: - name: ADMIN_TOKEN

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 105: - name: DATABASE_PASSWORD
103: - name: SECRET_KEY
104: value: "abcdef1234567890abcdef1234567890abcdef12"
105: - name: DATABASE_PASSWORD
106: value: "supersecretpassword123"
107: - name: ADMIN_TOKEN

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 106: value: "supersecretpassword123"
104: value: "abcdef1234567890abcdef1234567890abcdef12"
105: - name: DATABASE_PASSWORD
106: value: "supersecretpassword123"
107: - name: ADMIN_TOKEN
108: value: "admin1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 106: value: "supersecretpassword123"
104: value: "abcdef1234567890abcdef1234567890abcdef12"
105: - name: DATABASE_PASSWORD
106: value: "supersecretpassword123"
107: - name: ADMIN_TOKEN
108: value: "admin1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 108: value: "admin1234567890abcdef1234567890abcdef12"
106: value: "supersecretpassword123"
107: - name: ADMIN_TOKEN
108: value: "admin1234567890abcdef1234567890abcdef12"
109:
110: resources:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 108: value: "admin1234567890abcdef1234567890abcdef12"
106: value: "supersecretpassword123"
107: - name: ADMIN_TOKEN
108: value: "admin1234567890abcdef1234567890abcdef12"
109:
110: resources:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 108: value: "admin1234567890abcdef1234567890abcdef12"
106: value: "supersecretpassword123"
107: - name: ADMIN_TOKEN
108: value: "admin1234567890abcdef1234567890abcdef12"
109:
110: resources:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 108: value: "admin1234567890abcdef1234567890abcdef12"
106: value: "supersecretpassword123"
107: - name: ADMIN_TOKEN
108: value: "admin1234567890abcdef1234567890abcdef12"
109:
110: resources:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 110: resources:
108: value: "admin1234567890abcdef1234567890abcdef12"
109:
110: resources:
111: requests:
112: memory: "256Mi"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 111: requests:
109:
110: resources:
111: requests:
112: memory: "256Mi"
113: cpu: "250m"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 118: apiVersion: v1
116: cpu: "500m"
117: ---
118: apiVersion: v1
119: kind: Secret
120: metadata:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 120: metadata:
118: apiVersion: v1
119: kind: Secret
120: metadata:
121: name: app-secrets
122: type: Opaque

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
123: data:
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
123: data:
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
123: data:
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
123: data:
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
123: data:
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
123: data:
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
123: data:
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
123: data:
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
123: data:
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
123: data:
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: # AI/ML Platform Keys
27: - name: OPENAI_API_KEY
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
36: value: "AKIA1234567890123456"
37: - name: AWS_SECRET_ACCESS_KEY
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
39: - name: GOOGLE_API_KEY
40: value: "AIza1234567890abcdef1234567890abcdef123"

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
123: data:
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Azure Cosmos DB Master Key (critical)

Service: Azure Cosmos DB | Category: undefined

Description: Azure Cosmos DB Master Key

Line 126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==

Azure Cosmos DB Master Key (critical)

Service: Azure Cosmos DB | Category: undefined

Description: Azure Cosmos DB Master Key

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: # AI/ML Platform Keys
27: - name: OPENAI_API_KEY
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: # AI/ML Platform Keys
27: - name: OPENAI_API_KEY
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 32: value: "hf_1234567890abcdef1234567890abcdef12"
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"
33:
34: # Cloud Platform Keys

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
36: value: "AKIA1234567890123456"
37: - name: AWS_SECRET_ACCESS_KEY
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
39: - name: GOOGLE_API_KEY
40: value: "AIza1234567890abcdef1234567890abcdef123"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 40: value: "AIza1234567890abcdef1234567890abcdef123"
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
39: - name: GOOGLE_API_KEY
40: value: "AIza1234567890abcdef1234567890abcdef123"
41: - name: AZURE_SUBSCRIPTION_KEY
42: value: "12345678-1234-1234-1234-123456789012"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 46: value: "vercel_1234567890abcdef1234567890abcdef12"
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"
47:
48: # Database Connection Strings

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 66: value: "ghp_1234567890abcdef1234567890abcdef123456"
64: # Version Control Tokens
65: - name: GITHUB_TOKEN
66: value: "ghp_1234567890abcdef1234567890abcdef123456"
67: - name: GITLAB_TOKEN
68: value: "glpat-1234567890abcdef1234"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
70: # Payment Processing
71: - name: STRIPE_LIVE_KEY
72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
73: - name: STRIPE_TEST_KEY
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
73: - name: STRIPE_TEST_KEY
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
75: - name: PAYPAL_ACCESS_TOKEN
76: value: "access_token$production$1234567890abcdef1234567890abcdef"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 76: value: "access_token$production$1234567890abcdef1234567890abcdef"
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
75: - name: PAYPAL_ACCESS_TOKEN
76: value: "access_token$production$1234567890abcdef1234567890abcdef"
77:
78: # Communication Services

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 80: value: "SK1234567890abcdef1234567890abcdef32"
78: # Communication Services
79: - name: TWILIO_API_KEY
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 92: value: "Bearer 1234567890abcdef1234567890abcdef123456"
90: value: "my-super-secret-jwt-key-1234567890abcdef"
91: - name: BEARER_TOKEN
92: value: "Bearer 1234567890abcdef1234567890abcdef123456"
93:
94: # Package Manager Tokens

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 96: value: "npm_1234567890abcdef1234567890abcdef123456"
94: # Package Manager Tokens
95: - name: NPM_TOKEN
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 104: value: "abcdef1234567890abcdef1234567890abcdef12"
102: value: "123456789012345678901234567890"
103: - name: SECRET_KEY
104: value: "abcdef1234567890abcdef1234567890abcdef12"
105: - name: DATABASE_PASSWORD
106: value: "supersecretpassword123"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 108: value: "admin1234567890abcdef1234567890abcdef12"
106: value: "supersecretpassword123"
107: - name: ADMIN_TOKEN
108: value: "admin1234567890abcdef1234567890abcdef12"
109:
110: resources:

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
123: data:
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
123: data:
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: # AI/ML Platform Keys
27: - name: OPENAI_API_KEY
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: # AI/ML Platform Keys
27: - name: OPENAI_API_KEY
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 32: value: "hf_1234567890abcdef1234567890abcdef12"
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"
33:
34: # Cloud Platform Keys

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
36: value: "AKIA1234567890123456"
37: - name: AWS_SECRET_ACCESS_KEY
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
39: - name: GOOGLE_API_KEY
40: value: "AIza1234567890abcdef1234567890abcdef123"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
36: value: "AKIA1234567890123456"
37: - name: AWS_SECRET_ACCESS_KEY
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
39: - name: GOOGLE_API_KEY
40: value: "AIza1234567890abcdef1234567890abcdef123"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 40: value: "AIza1234567890abcdef1234567890abcdef123"
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
39: - name: GOOGLE_API_KEY
40: value: "AIza1234567890abcdef1234567890abcdef123"
41: - name: AZURE_SUBSCRIPTION_KEY
42: value: "12345678-1234-1234-1234-123456789012"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 46: value: "vercel_1234567890abcdef1234567890abcdef12"
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"
47:
48: # Database Connection Strings

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 66: value: "ghp_1234567890abcdef1234567890abcdef123456"
64: # Version Control Tokens
65: - name: GITHUB_TOKEN
66: value: "ghp_1234567890abcdef1234567890abcdef123456"
67: - name: GITLAB_TOKEN
68: value: "glpat-1234567890abcdef1234"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
70: # Payment Processing
71: - name: STRIPE_LIVE_KEY
72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
73: - name: STRIPE_TEST_KEY
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
73: - name: STRIPE_TEST_KEY
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
75: - name: PAYPAL_ACCESS_TOKEN
76: value: "access_token$production$1234567890abcdef1234567890abcdef"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 76: value: "access_token$production$1234567890abcdef1234567890abcdef"
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
75: - name: PAYPAL_ACCESS_TOKEN
76: value: "access_token$production$1234567890abcdef1234567890abcdef"
77:
78: # Communication Services

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 80: value: "SK1234567890abcdef1234567890abcdef32"
78: # Communication Services
79: - name: TWILIO_API_KEY
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 92: value: "Bearer 1234567890abcdef1234567890abcdef123456"
90: value: "my-super-secret-jwt-key-1234567890abcdef"
91: - name: BEARER_TOKEN
92: value: "Bearer 1234567890abcdef1234567890abcdef123456"
93:
94: # Package Manager Tokens

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 96: value: "npm_1234567890abcdef1234567890abcdef123456"
94: # Package Manager Tokens
95: - name: NPM_TOKEN
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 102: value: "123456789012345678901234567890"
100: # Generic Patterns
101: - name: API_KEY
102: value: "123456789012345678901234567890"
103: - name: SECRET_KEY
104: value: "abcdef1234567890abcdef1234567890abcdef12"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 104: value: "abcdef1234567890abcdef1234567890abcdef12"
102: value: "123456789012345678901234567890"
103: - name: SECRET_KEY
104: value: "abcdef1234567890abcdef1234567890abcdef12"
105: - name: DATABASE_PASSWORD
106: value: "supersecretpassword123"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 108: value: "admin1234567890abcdef1234567890abcdef12"
106: value: "supersecretpassword123"
107: - name: ADMIN_TOKEN
108: value: "admin1234567890abcdef1234567890abcdef12"
109:
110: resources:

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
123: data:
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
123: data:
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
123: data:
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: # AI/ML Platform Keys
27: - name: OPENAI_API_KEY
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: # AI/ML Platform Keys
27: - name: OPENAI_API_KEY
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: # AI/ML Platform Keys
27: - name: OPENAI_API_KEY
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 32: value: "hf_1234567890abcdef1234567890abcdef12"
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"
33:
34: # Cloud Platform Keys

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 36: value: "AKIA1234567890123456"
34: # Cloud Platform Keys
35: - name: AWS_ACCESS_KEY_ID
36: value: "AKIA1234567890123456"
37: - name: AWS_SECRET_ACCESS_KEY
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
36: value: "AKIA1234567890123456"
37: - name: AWS_SECRET_ACCESS_KEY
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
39: - name: GOOGLE_API_KEY
40: value: "AIza1234567890abcdef1234567890abcdef123"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
36: value: "AKIA1234567890123456"
37: - name: AWS_SECRET_ACCESS_KEY
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
39: - name: GOOGLE_API_KEY
40: value: "AIza1234567890abcdef1234567890abcdef123"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
36: value: "AKIA1234567890123456"
37: - name: AWS_SECRET_ACCESS_KEY
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
39: - name: GOOGLE_API_KEY
40: value: "AIza1234567890abcdef1234567890abcdef123"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 40: value: "AIza1234567890abcdef1234567890abcdef123"
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
39: - name: GOOGLE_API_KEY
40: value: "AIza1234567890abcdef1234567890abcdef123"
41: - name: AZURE_SUBSCRIPTION_KEY
42: value: "12345678-1234-1234-1234-123456789012"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 46: value: "vercel_1234567890abcdef1234567890abcdef12"
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"
47:
48: # Database Connection Strings

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 66: value: "ghp_1234567890abcdef1234567890abcdef123456"
64: # Version Control Tokens
65: - name: GITHUB_TOKEN
66: value: "ghp_1234567890abcdef1234567890abcdef123456"
67: - name: GITLAB_TOKEN
68: value: "glpat-1234567890abcdef1234"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 68: value: "glpat-1234567890abcdef1234"
66: value: "ghp_1234567890abcdef1234567890abcdef123456"
67: - name: GITLAB_TOKEN
68: value: "glpat-1234567890abcdef1234"
69:
70: # Payment Processing

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
70: # Payment Processing
71: - name: STRIPE_LIVE_KEY
72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
73: - name: STRIPE_TEST_KEY
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
73: - name: STRIPE_TEST_KEY
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
75: - name: PAYPAL_ACCESS_TOKEN
76: value: "access_token$production$1234567890abcdef1234567890abcdef"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 76: value: "access_token$production$1234567890abcdef1234567890abcdef"
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
75: - name: PAYPAL_ACCESS_TOKEN
76: value: "access_token$production$1234567890abcdef1234567890abcdef"
77:
78: # Communication Services

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 80: value: "SK1234567890abcdef1234567890abcdef32"
78: # Communication Services
79: - name: TWILIO_API_KEY
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 92: value: "Bearer 1234567890abcdef1234567890abcdef123456"
90: value: "my-super-secret-jwt-key-1234567890abcdef"
91: - name: BEARER_TOKEN
92: value: "Bearer 1234567890abcdef1234567890abcdef123456"
93:
94: # Package Manager Tokens

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 96: value: "npm_1234567890abcdef1234567890abcdef123456"
94: # Package Manager Tokens
95: - name: NPM_TOKEN
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 102: value: "123456789012345678901234567890"
100: # Generic Patterns
101: - name: API_KEY
102: value: "123456789012345678901234567890"
103: - name: SECRET_KEY
104: value: "abcdef1234567890abcdef1234567890abcdef12"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 104: value: "abcdef1234567890abcdef1234567890abcdef12"
102: value: "123456789012345678901234567890"
103: - name: SECRET_KEY
104: value: "abcdef1234567890abcdef1234567890abcdef12"
105: - name: DATABASE_PASSWORD
106: value: "supersecretpassword123"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 104: value: "abcdef1234567890abcdef1234567890abcdef12"
102: value: "123456789012345678901234567890"
103: - name: SECRET_KEY
104: value: "abcdef1234567890abcdef1234567890abcdef12"
105: - name: DATABASE_PASSWORD
106: value: "supersecretpassword123"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 106: value: "supersecretpassword123"
104: value: "abcdef1234567890abcdef1234567890abcdef12"
105: - name: DATABASE_PASSWORD
106: value: "supersecretpassword123"
107: - name: ADMIN_TOKEN
108: value: "admin1234567890abcdef1234567890abcdef12"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 108: value: "admin1234567890abcdef1234567890abcdef12"
106: value: "supersecretpassword123"
107: - name: ADMIN_TOKEN
108: value: "admin1234567890abcdef1234567890abcdef12"
109:
110: resources:

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
123: data:
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
123: data:
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
123: data:
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
123: data:
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 1: # Kubernetes Deployment with Secrets
1: # Kubernetes Deployment with Secrets
2: # WARNING: These are FAKE credentials for testing only
3:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 1: # Kubernetes Deployment with Secrets
1: # Kubernetes Deployment with Secrets
2: # WARNING: These are FAKE credentials for testing only
3:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 2: # WARNING: These are FAKE credentials for testing only
1: # Kubernetes Deployment with Secrets
2: # WARNING: These are FAKE credentials for testing only
3:
4: apiVersion: apps/v1

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 4: apiVersion: apps/v1
2: # WARNING: These are FAKE credentials for testing only
3:
4: apiVersion: apps/v1
5: kind: Deployment
6: metadata:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 5: kind: Deployment
3:
4: apiVersion: apps/v1
5: kind: Deployment
6: metadata:
7: name: webapp

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 6: metadata:
4: apiVersion: apps/v1
5: kind: Deployment
6: metadata:
7: name: webapp
8: labels:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 11: replicas: 3
9: app: webapp
10: spec:
11: replicas: 3
12: selector:
13: matchLabels:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 12: selector:
10: spec:
11: replicas: 3
12: selector:
13: matchLabels:
14: app: webapp

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 13: matchLabels:
11: replicas: 3
12: selector:
13: matchLabels:
14: app: webapp
15: template:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 15: template:
13: matchLabels:
14: app: webapp
15: template:
16: metadata:
17: labels:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 16: metadata:
14: app: webapp
15: template:
16: metadata:
17: labels:
18: app: webapp

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 20: containers:
18: app: webapp
19: spec:
20: containers:
21: - name: webapp
22: image: myapp:latest

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 24: - containerPort: 3000
22: image: myapp:latest
23: ports:
24: - containerPort: 3000
25: env:
26: # AI/ML Platform Keys

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 26: # AI/ML Platform Keys
24: - containerPort: 3000
25: env:
26: # AI/ML Platform Keys
27: - name: OPENAI_API_KEY
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: # AI/ML Platform Keys
27: - name: OPENAI_API_KEY
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 29: - name: ANTHROPIC_API_KEY
27: - name: OPENAI_API_KEY
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
28: value: "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 31: - name: HUGGINGFACE_TOKEN
29: - name: ANTHROPIC_API_KEY
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"
33:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 32: value: "hf_1234567890abcdef1234567890abcdef12"
30: value: "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
31: - name: HUGGINGFACE_TOKEN
32: value: "hf_1234567890abcdef1234567890abcdef12"
33:
34: # Cloud Platform Keys

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 34: # Cloud Platform Keys
32: value: "hf_1234567890abcdef1234567890abcdef12"
33:
34: # Cloud Platform Keys
35: - name: AWS_ACCESS_KEY_ID
36: value: "AKIA1234567890123456"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 36: value: "AKIA1234567890123456"
34: # Cloud Platform Keys
35: - name: AWS_ACCESS_KEY_ID
36: value: "AKIA1234567890123456"
37: - name: AWS_SECRET_ACCESS_KEY
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
36: value: "AKIA1234567890123456"
37: - name: AWS_SECRET_ACCESS_KEY
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
39: - name: GOOGLE_API_KEY
40: value: "AIza1234567890abcdef1234567890abcdef123"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 40: value: "AIza1234567890abcdef1234567890abcdef123"
38: value: "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
39: - name: GOOGLE_API_KEY
40: value: "AIza1234567890abcdef1234567890abcdef123"
41: - name: AZURE_SUBSCRIPTION_KEY
42: value: "12345678-1234-1234-1234-123456789012"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 41: - name: AZURE_SUBSCRIPTION_KEY
39: - name: GOOGLE_API_KEY
40: value: "AIza1234567890abcdef1234567890abcdef123"
41: - name: AZURE_SUBSCRIPTION_KEY
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 42: value: "12345678-1234-1234-1234-123456789012"
40: value: "AIza1234567890abcdef1234567890abcdef123"
41: - name: AZURE_SUBSCRIPTION_KEY
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 42: value: "12345678-1234-1234-1234-123456789012"
40: value: "AIza1234567890abcdef1234567890abcdef123"
41: - name: AZURE_SUBSCRIPTION_KEY
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 43: - name: DIGITALOCEAN_TOKEN
41: - name: AZURE_SUBSCRIPTION_KEY
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
42: value: "12345678-1234-1234-1234-123456789012"
43: - name: DIGITALOCEAN_TOKEN
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 46: value: "vercel_1234567890abcdef1234567890abcdef12"
44: value: "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
45: - name: VERCEL_TOKEN
46: value: "vercel_1234567890abcdef1234567890abcdef12"
47:
48: # Database Connection Strings

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 48: # Database Connection Strings
46: value: "vercel_1234567890abcdef1234567890abcdef12"
47:
48: # Database Connection Strings
49: - name: MONGODB_URI
50: value: "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 48: # Database Connection Strings
46: value: "vercel_1234567890abcdef1234567890abcdef12"
47:
48: # Database Connection Strings
49: - name: MONGODB_URI
50: value: "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 50: value: "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
48: # Database Connection Strings
49: - name: MONGODB_URI
50: value: "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
51: - name: POSTGRESQL_URI
52: value: "postgres://dbuser:secretpassword@postgres.example.com:5432/production"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 50: value: "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
48: # Database Connection Strings
49: - name: MONGODB_URI
50: value: "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
51: - name: POSTGRESQL_URI
52: value: "postgres://dbuser:secretpassword@postgres.example.com:5432/production"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 51: - name: POSTGRESQL_URI
49: - name: MONGODB_URI
50: value: "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
51: - name: POSTGRESQL_URI
52: value: "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
53: - name: MYSQL_URI

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 52: value: "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
50: value: "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
51: - name: POSTGRESQL_URI
52: value: "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
53: - name: MYSQL_URI
54: value: "mysql://root:mysqlpassword123@mysql.example.com:3306/app"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 52: value: "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
50: value: "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
51: - name: POSTGRESQL_URI
52: value: "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
53: - name: MYSQL_URI
54: value: "mysql://root:mysqlpassword123@mysql.example.com:3306/app"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 52: value: "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
50: value: "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
51: - name: POSTGRESQL_URI
52: value: "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
53: - name: MYSQL_URI
54: value: "mysql://root:mysqlpassword123@mysql.example.com:3306/app"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 52: value: "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
50: value: "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
51: - name: POSTGRESQL_URI
52: value: "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
53: - name: MYSQL_URI
54: value: "mysql://root:mysqlpassword123@mysql.example.com:3306/app"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 54: value: "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
52: value: "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
53: - name: MYSQL_URI
54: value: "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
55: - name: REDIS_URI
56: value: "redis://:redispassword@redis.example.com:6379/0"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 56: value: "redis://:redispassword@redis.example.com:6379/0"
54: value: "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
55: - name: REDIS_URI
56: value: "redis://:redispassword@redis.example.com:6379/0"
57: - name: SUPABASE_URI
58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 57: - name: SUPABASE_URI
55: - name: REDIS_URI
56: value: "redis://:redispassword@redis.example.com:6379/0"
57: - name: SUPABASE_URI
58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"
59: - name: PLANETSCALE_URI

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"
56: value: "redis://:redispassword@redis.example.com:6379/0"
57: - name: SUPABASE_URI
58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"
59: - name: PLANETSCALE_URI
60: value: "mysql://user:password@aws.connect.psdb.cloud/mydb"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"
56: value: "redis://:redispassword@redis.example.com:6379/0"
57: - name: SUPABASE_URI
58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"
59: - name: PLANETSCALE_URI
60: value: "mysql://user:password@aws.connect.psdb.cloud/mydb"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"
56: value: "redis://:redispassword@redis.example.com:6379/0"
57: - name: SUPABASE_URI
58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"
59: - name: PLANETSCALE_URI
60: value: "mysql://user:password@aws.connect.psdb.cloud/mydb"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"
56: value: "redis://:redispassword@redis.example.com:6379/0"
57: - name: SUPABASE_URI
58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"
59: - name: PLANETSCALE_URI
60: value: "mysql://user:password@aws.connect.psdb.cloud/mydb"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"
56: value: "redis://:redispassword@redis.example.com:6379/0"
57: - name: SUPABASE_URI
58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"
59: - name: PLANETSCALE_URI
60: value: "mysql://user:password@aws.connect.psdb.cloud/mydb"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 59: - name: PLANETSCALE_URI
57: - name: SUPABASE_URI
58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"
59: - name: PLANETSCALE_URI
60: value: "mysql://user:password@aws.connect.psdb.cloud/mydb"
61: - name: NEON_URI

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 60: value: "mysql://user:password@aws.connect.psdb.cloud/mydb"
58: value: "postgresql://postgres:password@db.supabase.co:5432/postgres"
59: - name: PLANETSCALE_URI
60: value: "mysql://user:password@aws.connect.psdb.cloud/mydb"
61: - name: NEON_URI
62: value: "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 62: value: "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
60: value: "mysql://user:password@aws.connect.psdb.cloud/mydb"
61: - name: NEON_URI
62: value: "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
63:
64: # Version Control Tokens

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 62: value: "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
60: value: "mysql://user:password@aws.connect.psdb.cloud/mydb"
61: - name: NEON_URI
62: value: "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
63:
64: # Version Control Tokens

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 62: value: "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
60: value: "mysql://user:password@aws.connect.psdb.cloud/mydb"
61: - name: NEON_URI
62: value: "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
63:
64: # Version Control Tokens

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 66: value: "ghp_1234567890abcdef1234567890abcdef123456"
64: # Version Control Tokens
65: - name: GITHUB_TOKEN
66: value: "ghp_1234567890abcdef1234567890abcdef123456"
67: - name: GITLAB_TOKEN
68: value: "glpat-1234567890abcdef1234"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 68: value: "glpat-1234567890abcdef1234"
66: value: "ghp_1234567890abcdef1234567890abcdef123456"
67: - name: GITLAB_TOKEN
68: value: "glpat-1234567890abcdef1234"
69:
70: # Payment Processing

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 70: # Payment Processing
68: value: "glpat-1234567890abcdef1234"
69:
70: # Payment Processing
71: - name: STRIPE_LIVE_KEY
72: value: "sk_live_1234567890abcdef1234567890abcdef123456"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
70: # Payment Processing
71: - name: STRIPE_LIVE_KEY
72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
73: - name: STRIPE_TEST_KEY
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
72: value: "sk_live_1234567890abcdef1234567890abcdef123456"
73: - name: STRIPE_TEST_KEY
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
75: - name: PAYPAL_ACCESS_TOKEN
76: value: "access_token$production$1234567890abcdef1234567890abcdef"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 76: value: "access_token$production$1234567890abcdef1234567890abcdef"
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
75: - name: PAYPAL_ACCESS_TOKEN
76: value: "access_token$production$1234567890abcdef1234567890abcdef"
77:
78: # Communication Services

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 76: value: "access_token$production$1234567890abcdef1234567890abcdef"
74: value: "sk_test_1234567890abcdef1234567890abcdef123456"
75: - name: PAYPAL_ACCESS_TOKEN
76: value: "access_token$production$1234567890abcdef1234567890abcdef"
77:
78: # Communication Services

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 78: # Communication Services
76: value: "access_token$production$1234567890abcdef1234567890abcdef"
77:
78: # Communication Services
79: - name: TWILIO_API_KEY
80: value: "SK1234567890abcdef1234567890abcdef32"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 78: # Communication Services
76: value: "access_token$production$1234567890abcdef1234567890abcdef"
77:
78: # Communication Services
79: - name: TWILIO_API_KEY
80: value: "SK1234567890abcdef1234567890abcdef32"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 80: value: "SK1234567890abcdef1234567890abcdef32"
78: # Communication Services
79: - name: TWILIO_API_KEY
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 81: - name: SENDGRID_API_KEY
79: - name: TWILIO_API_KEY
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
80: value: "SK1234567890abcdef1234567890abcdef32"
81: - name: SENDGRID_API_KEY
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
82: value: "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
83: - name: SLACK_BOT_TOKEN
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
84: value: "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
85: - name: DISCORD_BOT_TOKEN
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 88: # Authentication Tokens
86: value: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
87:
88: # Authentication Tokens
89: - name: JWT_SECRET
90: value: "my-super-secret-jwt-key-1234567890abcdef"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 90: value: "my-super-secret-jwt-key-1234567890abcdef"
88: # Authentication Tokens
89: - name: JWT_SECRET
90: value: "my-super-secret-jwt-key-1234567890abcdef"
91: - name: BEARER_TOKEN
92: value: "Bearer 1234567890abcdef1234567890abcdef123456"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 92: value: "Bearer 1234567890abcdef1234567890abcdef123456"
90: value: "my-super-secret-jwt-key-1234567890abcdef"
91: - name: BEARER_TOKEN
92: value: "Bearer 1234567890abcdef1234567890abcdef123456"
93:
94: # Package Manager Tokens

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 96: value: "npm_1234567890abcdef1234567890abcdef123456"
94: # Package Manager Tokens
95: - name: NPM_TOKEN
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
96: value: "npm_1234567890abcdef1234567890abcdef123456"
97: - name: DOCKER_HUB_TOKEN
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 100: # Generic Patterns
98: value: "dckr_pat_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
99:
100: # Generic Patterns
101: - name: API_KEY
102: value: "123456789012345678901234567890"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 102: value: "123456789012345678901234567890"
100: # Generic Patterns
101: - name: API_KEY
102: value: "123456789012345678901234567890"
103: - name: SECRET_KEY
104: value: "abcdef1234567890abcdef1234567890abcdef12"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 104: value: "abcdef1234567890abcdef1234567890abcdef12"
102: value: "123456789012345678901234567890"
103: - name: SECRET_KEY
104: value: "abcdef1234567890abcdef1234567890abcdef12"
105: - name: DATABASE_PASSWORD
106: value: "supersecretpassword123"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 105: - name: DATABASE_PASSWORD
103: - name: SECRET_KEY
104: value: "abcdef1234567890abcdef1234567890abcdef12"
105: - name: DATABASE_PASSWORD
106: value: "supersecretpassword123"
107: - name: ADMIN_TOKEN

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 105: - name: DATABASE_PASSWORD
103: - name: SECRET_KEY
104: value: "abcdef1234567890abcdef1234567890abcdef12"
105: - name: DATABASE_PASSWORD
106: value: "supersecretpassword123"
107: - name: ADMIN_TOKEN

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 106: value: "supersecretpassword123"
104: value: "abcdef1234567890abcdef1234567890abcdef12"
105: - name: DATABASE_PASSWORD
106: value: "supersecretpassword123"
107: - name: ADMIN_TOKEN
108: value: "admin1234567890abcdef1234567890abcdef12"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 108: value: "admin1234567890abcdef1234567890abcdef12"
106: value: "supersecretpassword123"
107: - name: ADMIN_TOKEN
108: value: "admin1234567890abcdef1234567890abcdef12"
109:
110: resources:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 110: resources:
108: value: "admin1234567890abcdef1234567890abcdef12"
109:
110: resources:
111: requests:
112: memory: "256Mi"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 111: requests:
109:
110: resources:
111: requests:
112: memory: "256Mi"
113: cpu: "250m"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 118: apiVersion: v1
116: cpu: "500m"
117: ---
118: apiVersion: v1
119: kind: Secret
120: metadata:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 120: metadata:
118: apiVersion: v1
119: kind: Secret
120: metadata:
121: name: app-secrets
122: type: Opaque

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
123: data:
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
124: # Base64 encoded secrets (these are fake)
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
125: mongodb-uri: bW9uZ29kYjphZG1pbjpwYXNzd29yZDEyM0Btb25nb2RiLmV4YW1wbGUuY29tOjI3MDE3L215ZGF0YWJhc2U=
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
126: postgresql-uri: cG9zdGdyZXM6ZGJ1c2VyOnNlY3JldHBhc3N3b3JkQHBvc3RncmVzLmV4YW1wbGUuY29tOjU0MzIvcHJvZHVjdGlvbg==
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
127: aws-access-key: QUtJQTEyMzQ1Njc4OTAxMjM0NTY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
128: aws-secret-key: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY3ODkwYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXpBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWg==
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
129: openai-api-key: c2stMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVm
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==
130: github-token: Z2hwXzEyMzQ1Njc4OTBhYmNkZWYxMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
131: stripe-live-key: c2tfbGl2ZV8xMjM0NTY3ODkwYWJjZGVmMTIzNDU2Nzg5MGFiY2RlZjEyMzQ1Njc4OTBhYmNkZWY=
132: jwt-secret: bXktc3VwZXItc2VjcmV0LWp3dC1rZXktMTIzNDU2Nzg5MGFiY2RlZg==

Sumo Logic Access Key (high)

Service: Sumo Logic | Category: undefined

Description: Sumo Logic Access Key

Line 106: value: "supersecretpassword123"
104: value: "abcdef1234567890abcdef1234567890abcdef12"
105: - name: DATABASE_PASSWORD
106: value: "supersecretpassword123"
107: - name: ADMIN_TOKEN
108: value: "admin1234567890abcdef1234567890abcdef12"
[FILE] ./examples/terraform.tf

AWS Access Key ID (IAM, SES, S3, EC2, etc.) (high)

Service: Amazon Web Services | Category: undefined

Description: AWS Access Key ID - used across all AWS services including IAM, SES, S3, EC2, Lambda, etc.

Line 6: access_key = "AKIA1234567890123456"
4: provider "aws" {
5: region = "us-west-2"
6: access_key = "AKIA1234567890123456"
7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
8: }

AWS Secret Access Key (critical)

Service: Amazon Web Services | Category: undefined

Description: AWS Secret Access Key with context

Line 7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
5: region = "us-west-2"
6: access_key = "AKIA1234567890123456"
7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
8: }
9:

GitHub Personal Access Token (critical)

Service: GitHub | Category: undefined

Description: GitHub Personal Access Token

Line 194: github = "ghp_1234567890abcdef1234567890abcdef123456"
192: type = map(string)
193: default = {
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"

GitLab Personal Access Token (critical)

Service: GitLab | Category: undefined

Description: GitLab Personal Access Token

Line 195: gitlab = "glpat-1234567890abcdef1234"
193: default = {
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"
197: }

MongoDB Connection URI (high)

Service: MongoDB | Category: undefined

Description: MongoDB Connection URI with credentials

Line 179: mongodb = "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
177: type = map(string)
178: default = {
179: mongodb = "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"

MongoDB Connection URI (high)

Service: MongoDB | Category: undefined

Description: MongoDB Connection URI with credentials

Line 227: value = "mongodb://admin:${var.database_password}@mongodb.example.com:27017/mydatabase"
225: output "database_connection_string" {
226: description = "Database connection string"
227: value = "mongodb://admin:${var.database_password}@mongodb.example.com:27017/mydatabase"
228: sensitive = true
229: }

PostgreSQL Connection URI (high)

Service: PostgreSQL | Category: undefined

Description: PostgreSQL Connection URI with credentials

Line 180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
178: default = {
179: mongodb = "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
182: redis = "redis://:redispassword@redis.example.com:6379/0"

MySQL Connection URI (high)

Service: MySQL | Category: undefined

Description: MySQL Connection URI with credentials

Line 181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
179: mongodb = "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
182: redis = "redis://:redispassword@redis.example.com:6379/0"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"

MySQL Connection URI (high)

Service: MySQL | Category: undefined

Description: MySQL Connection URI with credentials

Line 184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
182: redis = "redis://:redispassword@redis.example.com:6379/0"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
186: }

Stripe Live API Key (critical)

Service: Stripe | Category: undefined

Description: Stripe Live API Key

Line 205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
203: type = map(string)
204: default = {
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"

Mollie API Key (critical)

Service: Mollie | Category: undefined

Description: Mollie API Key

Line 205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
203: type = map(string)
204: default = {
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"

Mollie API Key (critical)

Service: Mollie | Category: undefined

Description: Mollie API Key

Line 206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
204: default = {
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
208: }

Twilio API Key (high)

Service: Twilio | Category: undefined

Description: Twilio API Key

Line 216: twilio = "SK1234567890abcdef1234567890abcdef32"
214: type = map(string)
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Slack Bot Token (high)

Service: Slack | Category: undefined

Description: Slack Bot Token

Line 218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }

Password in URL (high)

Service: General | Category: undefined

Description: Password embedded in URL

Line 179: mongodb = "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
177: type = map(string)
178: default = {
179: mongodb = "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"

Password in URL (high)

Service: General | Category: undefined

Description: Password embedded in URL

Line 180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
178: default = {
179: mongodb = "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
182: redis = "redis://:redispassword@redis.example.com:6379/0"

Password in URL (high)

Service: General | Category: undefined

Description: Password embedded in URL

Line 181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
179: mongodb = "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
182: redis = "redis://:redispassword@redis.example.com:6379/0"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"

Password in URL (high)

Service: General | Category: undefined

Description: Password embedded in URL

Line 183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
182: redis = "redis://:redispassword@redis.example.com:6379/0"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"

Password in URL (high)

Service: General | Category: undefined

Description: Password embedded in URL

Line 184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
182: redis = "redis://:redispassword@redis.example.com:6379/0"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
186: }

Password in URL (high)

Service: General | Category: undefined

Description: Password embedded in URL

Line 185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
186: }
187: sensitive = true

Password in URL (high)

Service: General | Category: undefined

Description: Password embedded in URL

Line 227: value = "mongodb://admin:${var.database_password}@mongodb.example.com:27017/mydatabase"
225: output "database_connection_string" {
226: description = "Database connection string"
227: value = "mongodb://admin:${var.database_password}@mongodb.example.com:27017/mydatabase"
228: sensitive = true
229: }

Generic Secret Key (high)

Service: General | Category: undefined

Description: Generic Secret Key pattern

Line 7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
5: region = "us-west-2"
6: access_key = "AKIA1234567890123456"
7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
8: }
9:

OpenAI API Key (critical)

Service: OpenAI | Category: undefined

Description: OpenAI API Key

Line 162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
160: type = map(string)
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"

Hugging Face Token (high)

Service: Hugging Face | Category: undefined

Description: Hugging Face Access Token

Line 164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"

Replicate API Key (high)

Service: Replicate | Category: undefined

Description: Replicate API Key

Line 166: replicate = "r8_1234567890abcdef1234567890abcdef12"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stability AI API Key (high)

Service: Stability AI | Category: undefined

Description: Stability AI API Key

Line 162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
160: type = map(string)
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"

Stability AI API Key (high)

Service: Stability AI | Category: undefined

Description: Stability AI API Key

Line 167: stability = "sk-1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

LangSmith API Key (high)

Service: LangChain | Category: undefined

Description: LangSmith API Key for LangChain monitoring

Line 169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }

Groq API Key (high)

Service: Groq | Category: undefined

Description: Groq API Key

Line 170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }
172: sensitive = true

DigitalOcean Personal Access Token (critical)

Service: DigitalOcean | Category: undefined

Description: DigitalOcean Personal Access Token

Line 25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }
27:

Heroku API Key (high)

Service: Heroku | Category: undefined

Description: Heroku API Key

Line 18: subscription_id = "12345678-1234-1234-1234-123456789012"
16: provider "azurerm" {
17: features {}
18: subscription_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"

Heroku API Key (high)

Service: Heroku | Category: undefined

Description: Heroku API Key

Line 19: client_id = "12345678-1234-1234-1234-123456789012"
17: features {}
18: subscription_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
21: tenant_id = "12345678-1234-1234-1234-123456789012"

Heroku API Key (high)

Service: Heroku | Category: undefined

Description: Heroku API Key

Line 21: tenant_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
21: tenant_id = "12345678-1234-1234-1234-123456789012"
22: }
23:

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
5: region = "us-west-2"
6: access_key = "AKIA1234567890123456"
7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
8: }
9:

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
18: subscription_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
21: tenant_id = "12345678-1234-1234-1234-123456789012"
22: }

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }
27:

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }
27:

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
27:
28: provider "cloudflare" {
29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
30: }
31:

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
160: type = map(string)
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 165: cohere = "1234567890abcdef1234567890abcdef12345678"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }
172: sensitive = true

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }
172: sensitive = true

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 194: github = "ghp_1234567890abcdef1234567890abcdef123456"
192: type = map(string)
193: default = {
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 196: bitbucket = "ATBB3456789012345678901234567890123456789"
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"
197: }
198: sensitive = true

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
203: type = map(string)
204: default = {
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
204: default = {
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
208: }

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 216: twilio = "SK1234567890abcdef1234567890abcdef32"
214: type = map(string)
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

Vultr API Key (high)

Service: Vultr | Category: undefined

Description: Vultr API Key

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }
27:

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }
27:

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
27:
28: provider "cloudflare" {
29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
30: }
31:

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
160: type = map(string)
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 165: cohere = "1234567890abcdef1234567890abcdef12345678"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }
172: sensitive = true

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }
172: sensitive = true

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 194: github = "ghp_1234567890abcdef1234567890abcdef123456"
192: type = map(string)
193: default = {
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 196: bitbucket = "ATBB3456789012345678901234567890123456789"
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"
197: }
198: sensitive = true

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
203: type = map(string)
204: default = {
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
204: default = {
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
208: }

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

Cloudflare Global API Key (critical)

Service: Cloudflare | Category: undefined

Description: Cloudflare Global API Key

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

Supabase Connection URI (high)

Service: Supabase | Category: undefined

Description: Supabase PostgreSQL Connection URI

Line 183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
182: redis = "redis://:redispassword@redis.example.com:6379/0"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"

Neon Connection URI (high)

Service: Neon | Category: undefined

Description: Neon PostgreSQL Connection URI

Line 185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
186: }
187: sensitive = true

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }
27:

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }
27:

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
27:
28: provider "cloudflare" {
29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
30: }
31:

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
160: type = map(string)
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 165: cohere = "1234567890abcdef1234567890abcdef12345678"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 166: replicate = "r8_1234567890abcdef1234567890abcdef12"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 167: stability = "sk-1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }
172: sensitive = true

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }
172: sensitive = true

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 194: github = "ghp_1234567890abcdef1234567890abcdef123456"
192: type = map(string)
193: default = {
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 196: bitbucket = "ATBB3456789012345678901234567890123456789"
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"
197: }
198: sensitive = true

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
203: type = map(string)
204: default = {
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
204: default = {
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
208: }

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
208: }
209: sensitive = true

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 216: twilio = "SK1234567890abcdef1234567890abcdef32"
214: type = map(string)
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

Jenkins API Token (high)

Service: Jenkins | Category: undefined

Description: Jenkins API Token

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

Terraform Cloud Token (critical)

Service: Terraform Cloud | Category: undefined

Description: Terraform Cloud API Token

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 6: access_key = "AKIA1234567890123456"
4: provider "aws" {
5: region = "us-west-2"
6: access_key = "AKIA1234567890123456"
7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
8: }

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
5: region = "us-west-2"
6: access_key = "AKIA1234567890123456"
7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
8: }
9:

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 18: subscription_id = "12345678-1234-1234-1234-123456789012"
16: provider "azurerm" {
17: features {}
18: subscription_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 19: client_id = "12345678-1234-1234-1234-123456789012"
17: features {}
18: subscription_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
21: tenant_id = "12345678-1234-1234-1234-123456789012"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
18: subscription_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
21: tenant_id = "12345678-1234-1234-1234-123456789012"
22: }

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 21: tenant_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
21: tenant_id = "12345678-1234-1234-1234-123456789012"
22: }
23:

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }
27:

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
27:
28: provider "cloudflare" {
29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
30: }
31:

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 43: bucket = "my-app-storage-123456"
41:
42: resource "aws_s3_bucket" "storage" {
43: bucket = "my-app-storage-123456"
44:
45: tags = {

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 56: password = "supersecretpassword123"
54:
55: username = "admin"
56: password = "supersecretpassword123"
57:
58: skip_final_snapshot = true

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 62: resource "google_compute_instance" "vm" {
60:
61: # Google Cloud Resources
62: resource "google_compute_instance" "vm" {
63: name = "my-vm"
64: machine_type = "e2-medium"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 79: resource "google_sql_database_instance" "postgres" {
77: }
78:
79: resource "google_sql_database_instance" "postgres" {
80: name = "my-postgres-instance"
81: database_version = "POSTGRES_13"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 80: name = "my-postgres-instance"
78:
79: resource "google_sql_database_instance" "postgres" {
80: name = "my-postgres-instance"
81: database_version = "POSTGRES_13"
82: region = "us-central1"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 94: resource "azurerm_resource_group" "main" {
92:
93: # Azure Resources
94: resource "azurerm_resource_group" "main" {
95: name = "my-resource-group"
96: location = "East US"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 99: resource "azurerm_storage_account" "main" {
97: }
98:
99: resource "azurerm_storage_account" "main" {
100: name = "mystorageaccount12345"
101: resource_group_name = azurerm_resource_group.main.name

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 100: name = "mystorageaccount12345"
98:
99: resource "azurerm_storage_account" "main" {
100: name = "mystorageaccount12345"
101: resource_group_name = azurerm_resource_group.main.name
102: location = azurerm_resource_group.main.location

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 101: resource_group_name = azurerm_resource_group.main.name
99: resource "azurerm_storage_account" "main" {
100: name = "mystorageaccount12345"
101: resource_group_name = azurerm_resource_group.main.name
102: location = azurerm_resource_group.main.location
103: account_tier = "Standard"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 102: location = azurerm_resource_group.main.location
100: name = "mystorageaccount12345"
101: resource_group_name = azurerm_resource_group.main.name
102: location = azurerm_resource_group.main.location
103: account_tier = "Standard"
104: account_replication_type = "LRS"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 104: account_replication_type = "LRS"
102: location = azurerm_resource_group.main.location
103: account_tier = "Standard"
104: account_replication_type = "LRS"
105: }
106:

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 109: resource_group_name = azurerm_resource_group.main.name
107: resource "azurerm_sql_server" "main" {
108: name = "mysqlserver12345"
109: resource_group_name = azurerm_resource_group.main.name
110: location = azurerm_resource_group.main.location
111: version = "12.0"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 110: location = azurerm_resource_group.main.location
108: name = "mysqlserver12345"
109: resource_group_name = azurerm_resource_group.main.name
110: location = azurerm_resource_group.main.location
111: version = "12.0"
112: administrator_login = "sqladmin"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 113: administrator_login_password = "SuperSecretPassword123!"
111: version = "12.0"
112: administrator_login = "sqladmin"
113: administrator_login_password = "SuperSecretPassword123!"
114: }
115:

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 113: administrator_login_password = "SuperSecretPassword123!"
111: version = "12.0"
112: administrator_login = "sqladmin"
113: administrator_login_password = "SuperSecretPassword123!"
114: }
115:

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 117: resource "digitalocean_droplet" "web" {
115:
116: # DigitalOcean Resources
117: resource "digitalocean_droplet" "web" {
118: image = "ubuntu-20-04-x64"
119: name = "web-server"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 126: resource "digitalocean_database_cluster" "postgres" {
124: }
125:
126: resource "digitalocean_database_cluster" "postgres" {
127: name = "postgres-cluster"
128: engine = "pg"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 154: default = "supersecretpassword123"
152: description = "Database password"
153: type = string
154: default = "supersecretpassword123"
155: sensitive = true
156: }

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
160: type = map(string)
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 165: cohere = "1234567890abcdef1234567890abcdef12345678"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 166: replicate = "r8_1234567890abcdef1234567890abcdef12"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 167: stability = "sk-1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }
172: sensitive = true

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
186: }
187: sensitive = true

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 190: variable "version_control_tokens" {
188: }
189:
190: variable "version_control_tokens" {
191: description = "Version control tokens"
192: type = map(string)

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 194: github = "ghp_1234567890abcdef1234567890abcdef123456"
192: type = map(string)
193: default = {
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 195: gitlab = "glpat-1234567890abcdef1234"
193: default = {
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"
197: }

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 196: bitbucket = "ATBB3456789012345678901234567890123456789"
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"
197: }
198: sensitive = true

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
203: type = map(string)
204: default = {
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
204: default = {
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
208: }

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
208: }
209: sensitive = true

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 212: variable "communication_tokens" {
210: }
211:
212: variable "communication_tokens" {
213: description = "Communication service tokens"
214: type = map(string)

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 216: twilio = "SK1234567890abcdef1234567890abcdef32"
214: type = map(string)
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

Elasticsearch API Key (high)

Service: Elasticsearch | Category: undefined

Description: Elasticsearch API Key

Line 225: output "database_connection_string" {
223:
224: # Output sensitive values (not recommended for production)
225: output "database_connection_string" {
226: description = "Database connection string"
227: value = "mongodb://admin:${var.database_password}@mongodb.example.com:27017/mydatabase"

Intercom Access Token (high)

Service: Intercom | Category: undefined

Description: Intercom Access Token

Line 25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }
27:

Intercom Access Token (high)

Service: Intercom | Category: undefined

Description: Intercom Access Token

Line 163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"

Intercom Access Token (high)

Service: Intercom | Category: undefined

Description: Intercom Access Token

Line 169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }

Intercom Access Token (high)

Service: Intercom | Category: undefined

Description: Intercom Access Token

Line 170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }
172: sensitive = true

Intercom Access Token (high)

Service: Intercom | Category: undefined

Description: Intercom Access Token

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 1: # Terraform Configuration with Secrets
1: # Terraform Configuration with Secrets
2: # WARNING: These are FAKE credentials for testing only
3:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 1: # Terraform Configuration with Secrets
1: # Terraform Configuration with Secrets
2: # WARNING: These are FAKE credentials for testing only
3:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 2: # WARNING: These are FAKE credentials for testing only
1: # Terraform Configuration with Secrets
2: # WARNING: These are FAKE credentials for testing only
3:
4: provider "aws" {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 4: provider "aws" {
2: # WARNING: These are FAKE credentials for testing only
3:
4: provider "aws" {
5: region = "us-west-2"
6: access_key = "AKIA1234567890123456"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 6: access_key = "AKIA1234567890123456"
4: provider "aws" {
5: region = "us-west-2"
6: access_key = "AKIA1234567890123456"
7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
8: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 6: access_key = "AKIA1234567890123456"
4: provider "aws" {
5: region = "us-west-2"
6: access_key = "AKIA1234567890123456"
7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
8: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
5: region = "us-west-2"
6: access_key = "AKIA1234567890123456"
7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
8: }
9:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
5: region = "us-west-2"
6: access_key = "AKIA1234567890123456"
7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
8: }
9:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
5: region = "us-west-2"
6: access_key = "AKIA1234567890123456"
7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
8: }
9:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
5: region = "us-west-2"
6: access_key = "AKIA1234567890123456"
7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
8: }
9:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
5: region = "us-west-2"
6: access_key = "AKIA1234567890123456"
7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
8: }
9:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
5: region = "us-west-2"
6: access_key = "AKIA1234567890123456"
7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
8: }
9:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
5: region = "us-west-2"
6: access_key = "AKIA1234567890123456"
7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
8: }
9:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 10: provider "google" {
8: }
9:
10: provider "google" {
11: project = "my-project-123456"
12: region = "us-central1"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 12: region = "us-central1"
10: provider "google" {
11: project = "my-project-123456"
12: region = "us-central1"
13: credentials = file("service-account.json")
14: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 13: credentials = file("service-account.json")
11: project = "my-project-123456"
12: region = "us-central1"
13: credentials = file("service-account.json")
14: }
15:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 16: provider "azurerm" {
14: }
15:
16: provider "azurerm" {
17: features {}
18: subscription_id = "12345678-1234-1234-1234-123456789012"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 17: features {}
15:
16: provider "azurerm" {
17: features {}
18: subscription_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 18: subscription_id = "12345678-1234-1234-1234-123456789012"
16: provider "azurerm" {
17: features {}
18: subscription_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 18: subscription_id = "12345678-1234-1234-1234-123456789012"
16: provider "azurerm" {
17: features {}
18: subscription_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 18: subscription_id = "12345678-1234-1234-1234-123456789012"
16: provider "azurerm" {
17: features {}
18: subscription_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 19: client_id = "12345678-1234-1234-1234-123456789012"
17: features {}
18: subscription_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
21: tenant_id = "12345678-1234-1234-1234-123456789012"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 19: client_id = "12345678-1234-1234-1234-123456789012"
17: features {}
18: subscription_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
21: tenant_id = "12345678-1234-1234-1234-123456789012"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
18: subscription_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
21: tenant_id = "12345678-1234-1234-1234-123456789012"
22: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
18: subscription_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
21: tenant_id = "12345678-1234-1234-1234-123456789012"
22: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
18: subscription_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
21: tenant_id = "12345678-1234-1234-1234-123456789012"
22: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
18: subscription_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
21: tenant_id = "12345678-1234-1234-1234-123456789012"
22: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
18: subscription_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
21: tenant_id = "12345678-1234-1234-1234-123456789012"
22: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
18: subscription_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
21: tenant_id = "12345678-1234-1234-1234-123456789012"
22: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
18: subscription_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
21: tenant_id = "12345678-1234-1234-1234-123456789012"
22: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 21: tenant_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
21: tenant_id = "12345678-1234-1234-1234-123456789012"
22: }
23:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 21: tenant_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
21: tenant_id = "12345678-1234-1234-1234-123456789012"
22: }
23:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 24: provider "digitalocean" {
22: }
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 24: provider "digitalocean" {
22: }
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }
27:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }
27:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }
27:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }
27:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }
27:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }
27:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }
27:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }
27:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }
27:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }
27:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 28: provider "cloudflare" {
26: }
27:
28: provider "cloudflare" {
29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
30: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 28: provider "cloudflare" {
26: }
27:
28: provider "cloudflare" {
29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
30: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
27:
28: provider "cloudflare" {
29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
30: }
31:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
27:
28: provider "cloudflare" {
29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
30: }
31:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
27:
28: provider "cloudflare" {
29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
30: }
31:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
27:
28: provider "cloudflare" {
29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
30: }
31:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
27:
28: provider "cloudflare" {
29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
30: }
31:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
27:
28: provider "cloudflare" {
29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
30: }
31:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 32: # AWS Resources
30: }
31:
32: # AWS Resources
33: resource "aws_instance" "web" {
34: ami = "ami-12345678"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 33: resource "aws_instance" "web" {
31:
32: # AWS Resources
33: resource "aws_instance" "web" {
34: ami = "ami-12345678"
35: instance_type = "t2.micro"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 33: resource "aws_instance" "web" {
31:
32: # AWS Resources
33: resource "aws_instance" "web" {
34: ami = "ami-12345678"
35: instance_type = "t2.micro"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 34: ami = "ami-12345678"
32: # AWS Resources
33: resource "aws_instance" "web" {
34: ami = "ami-12345678"
35: instance_type = "t2.micro"
36:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 35: instance_type = "t2.micro"
33: resource "aws_instance" "web" {
34: ami = "ami-12345678"
35: instance_type = "t2.micro"
36:
37: tags = {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 38: Name = "WebServer"
36:
37: tags = {
38: Name = "WebServer"
39: }
40: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 42: resource "aws_s3_bucket" "storage" {
40: }
41:
42: resource "aws_s3_bucket" "storage" {
43: bucket = "my-app-storage-123456"
44:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 46: Environment = "production"
44:
45: tags = {
46: Environment = "production"
47: }
48: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 46: Environment = "production"
44:
45: tags = {
46: Environment = "production"
47: }
48: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 50: resource "aws_rds_instance" "database" {
48: }
49:
50: resource "aws_rds_instance" "database" {
51: identifier = "mydatabase"
52: engine = "postgres"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 50: resource "aws_rds_instance" "database" {
48: }
49:
50: resource "aws_rds_instance" "database" {
51: identifier = "mydatabase"
52: engine = "postgres"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 50: resource "aws_rds_instance" "database" {
48: }
49:
50: resource "aws_rds_instance" "database" {
51: identifier = "mydatabase"
52: engine = "postgres"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 51: identifier = "mydatabase"
49:
50: resource "aws_rds_instance" "database" {
51: identifier = "mydatabase"
52: engine = "postgres"
53: instance_class = "db.t2.micro"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 51: identifier = "mydatabase"
49:
50: resource "aws_rds_instance" "database" {
51: identifier = "mydatabase"
52: engine = "postgres"
53: instance_class = "db.t2.micro"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 52: engine = "postgres"
50: resource "aws_rds_instance" "database" {
51: identifier = "mydatabase"
52: engine = "postgres"
53: instance_class = "db.t2.micro"
54:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 53: instance_class = "db.t2.micro"
51: identifier = "mydatabase"
52: engine = "postgres"
53: instance_class = "db.t2.micro"
54:
55: username = "admin"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 55: username = "admin"
53: instance_class = "db.t2.micro"
54:
55: username = "admin"
56: password = "supersecretpassword123"
57:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 56: password = "supersecretpassword123"
54:
55: username = "admin"
56: password = "supersecretpassword123"
57:
58: skip_final_snapshot = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 56: password = "supersecretpassword123"
54:
55: username = "admin"
56: password = "supersecretpassword123"
57:
58: skip_final_snapshot = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 56: password = "supersecretpassword123"
54:
55: username = "admin"
56: password = "supersecretpassword123"
57:
58: skip_final_snapshot = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 58: skip_final_snapshot = true
56: password = "supersecretpassword123"
57:
58: skip_final_snapshot = true
59: }
60:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 61: # Google Cloud Resources
59: }
60:
61: # Google Cloud Resources
62: resource "google_compute_instance" "vm" {
63: name = "my-vm"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 62: resource "google_compute_instance" "vm" {
60:
61: # Google Cloud Resources
62: resource "google_compute_instance" "vm" {
63: name = "my-vm"
64: machine_type = "e2-medium"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 62: resource "google_compute_instance" "vm" {
60:
61: # Google Cloud Resources
62: resource "google_compute_instance" "vm" {
63: name = "my-vm"
64: machine_type = "e2-medium"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 65: zone = "us-central1-a"
63: name = "my-vm"
64: machine_type = "e2-medium"
65: zone = "us-central1-a"
66:
67: boot_disk {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 68: initialize_params {
66:
67: boot_disk {
68: initialize_params {
69: image = "debian-cloud/debian-10"
70: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 73: network_interface {
71: }
72:
73: network_interface {
74: network = "default"
75: access_config {}

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 79: resource "google_sql_database_instance" "postgres" {
77: }
78:
79: resource "google_sql_database_instance" "postgres" {
80: name = "my-postgres-instance"
81: database_version = "POSTGRES_13"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 79: resource "google_sql_database_instance" "postgres" {
77: }
78:
79: resource "google_sql_database_instance" "postgres" {
80: name = "my-postgres-instance"
81: database_version = "POSTGRES_13"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 79: resource "google_sql_database_instance" "postgres" {
77: }
78:
79: resource "google_sql_database_instance" "postgres" {
80: name = "my-postgres-instance"
81: database_version = "POSTGRES_13"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 79: resource "google_sql_database_instance" "postgres" {
77: }
78:
79: resource "google_sql_database_instance" "postgres" {
80: name = "my-postgres-instance"
81: database_version = "POSTGRES_13"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 80: name = "my-postgres-instance"
78:
79: resource "google_sql_database_instance" "postgres" {
80: name = "my-postgres-instance"
81: database_version = "POSTGRES_13"
82: region = "us-central1"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 80: name = "my-postgres-instance"
78:
79: resource "google_sql_database_instance" "postgres" {
80: name = "my-postgres-instance"
81: database_version = "POSTGRES_13"
82: region = "us-central1"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 81: database_version = "POSTGRES_13"
79: resource "google_sql_database_instance" "postgres" {
80: name = "my-postgres-instance"
81: database_version = "POSTGRES_13"
82: region = "us-central1"
83:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 81: database_version = "POSTGRES_13"
79: resource "google_sql_database_instance" "postgres" {
80: name = "my-postgres-instance"
81: database_version = "POSTGRES_13"
82: region = "us-central1"
83:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 82: region = "us-central1"
80: name = "my-postgres-instance"
81: database_version = "POSTGRES_13"
82: region = "us-central1"
83:
84: settings {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 84: settings {
82: region = "us-central1"
83:
84: settings {
85: tier = "db-f1-micro"
86:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 87: ip_configuration {
85: tier = "db-f1-micro"
86:
87: ip_configuration {
88: ipv4_enabled = true
89: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 93: # Azure Resources
91: }
92:
93: # Azure Resources
94: resource "azurerm_resource_group" "main" {
95: name = "my-resource-group"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 94: resource "azurerm_resource_group" "main" {
92:
93: # Azure Resources
94: resource "azurerm_resource_group" "main" {
95: name = "my-resource-group"
96: location = "East US"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 94: resource "azurerm_resource_group" "main" {
92:
93: # Azure Resources
94: resource "azurerm_resource_group" "main" {
95: name = "my-resource-group"
96: location = "East US"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 95: name = "my-resource-group"
93: # Azure Resources
94: resource "azurerm_resource_group" "main" {
95: name = "my-resource-group"
96: location = "East US"
97: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 96: location = "East US"
94: resource "azurerm_resource_group" "main" {
95: name = "my-resource-group"
96: location = "East US"
97: }
98:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 99: resource "azurerm_storage_account" "main" {
97: }
98:
99: resource "azurerm_storage_account" "main" {
100: name = "mystorageaccount12345"
101: resource_group_name = azurerm_resource_group.main.name

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 100: name = "mystorageaccount12345"
98:
99: resource "azurerm_storage_account" "main" {
100: name = "mystorageaccount12345"
101: resource_group_name = azurerm_resource_group.main.name
102: location = azurerm_resource_group.main.location

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 100: name = "mystorageaccount12345"
98:
99: resource "azurerm_storage_account" "main" {
100: name = "mystorageaccount12345"
101: resource_group_name = azurerm_resource_group.main.name
102: location = azurerm_resource_group.main.location

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 101: resource_group_name = azurerm_resource_group.main.name
99: resource "azurerm_storage_account" "main" {
100: name = "mystorageaccount12345"
101: resource_group_name = azurerm_resource_group.main.name
102: location = azurerm_resource_group.main.location
103: account_tier = "Standard"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 101: resource_group_name = azurerm_resource_group.main.name
99: resource "azurerm_storage_account" "main" {
100: name = "mystorageaccount12345"
101: resource_group_name = azurerm_resource_group.main.name
102: location = azurerm_resource_group.main.location
103: account_tier = "Standard"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 102: location = azurerm_resource_group.main.location
100: name = "mystorageaccount12345"
101: resource_group_name = azurerm_resource_group.main.name
102: location = azurerm_resource_group.main.location
103: account_tier = "Standard"
104: account_replication_type = "LRS"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 102: location = azurerm_resource_group.main.location
100: name = "mystorageaccount12345"
101: resource_group_name = azurerm_resource_group.main.name
102: location = azurerm_resource_group.main.location
103: account_tier = "Standard"
104: account_replication_type = "LRS"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 102: location = azurerm_resource_group.main.location
100: name = "mystorageaccount12345"
101: resource_group_name = azurerm_resource_group.main.name
102: location = azurerm_resource_group.main.location
103: account_tier = "Standard"
104: account_replication_type = "LRS"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 103: account_tier = "Standard"
101: resource_group_name = azurerm_resource_group.main.name
102: location = azurerm_resource_group.main.location
103: account_tier = "Standard"
104: account_replication_type = "LRS"
105: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 104: account_replication_type = "LRS"
102: location = azurerm_resource_group.main.location
103: account_tier = "Standard"
104: account_replication_type = "LRS"
105: }
106:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 107: resource "azurerm_sql_server" "main" {
105: }
106:
107: resource "azurerm_sql_server" "main" {
108: name = "mysqlserver12345"
109: resource_group_name = azurerm_resource_group.main.name

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 108: name = "mysqlserver12345"
106:
107: resource "azurerm_sql_server" "main" {
108: name = "mysqlserver12345"
109: resource_group_name = azurerm_resource_group.main.name
110: location = azurerm_resource_group.main.location

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 108: name = "mysqlserver12345"
106:
107: resource "azurerm_sql_server" "main" {
108: name = "mysqlserver12345"
109: resource_group_name = azurerm_resource_group.main.name
110: location = azurerm_resource_group.main.location

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 109: resource_group_name = azurerm_resource_group.main.name
107: resource "azurerm_sql_server" "main" {
108: name = "mysqlserver12345"
109: resource_group_name = azurerm_resource_group.main.name
110: location = azurerm_resource_group.main.location
111: version = "12.0"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 109: resource_group_name = azurerm_resource_group.main.name
107: resource "azurerm_sql_server" "main" {
108: name = "mysqlserver12345"
109: resource_group_name = azurerm_resource_group.main.name
110: location = azurerm_resource_group.main.location
111: version = "12.0"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 110: location = azurerm_resource_group.main.location
108: name = "mysqlserver12345"
109: resource_group_name = azurerm_resource_group.main.name
110: location = azurerm_resource_group.main.location
111: version = "12.0"
112: administrator_login = "sqladmin"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 110: location = azurerm_resource_group.main.location
108: name = "mysqlserver12345"
109: resource_group_name = azurerm_resource_group.main.name
110: location = azurerm_resource_group.main.location
111: version = "12.0"
112: administrator_login = "sqladmin"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 110: location = azurerm_resource_group.main.location
108: name = "mysqlserver12345"
109: resource_group_name = azurerm_resource_group.main.name
110: location = azurerm_resource_group.main.location
111: version = "12.0"
112: administrator_login = "sqladmin"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 112: administrator_login = "sqladmin"
110: location = azurerm_resource_group.main.location
111: version = "12.0"
112: administrator_login = "sqladmin"
113: administrator_login_password = "SuperSecretPassword123!"
114: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 112: administrator_login = "sqladmin"
110: location = azurerm_resource_group.main.location
111: version = "12.0"
112: administrator_login = "sqladmin"
113: administrator_login_password = "SuperSecretPassword123!"
114: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 113: administrator_login_password = "SuperSecretPassword123!"
111: version = "12.0"
112: administrator_login = "sqladmin"
113: administrator_login_password = "SuperSecretPassword123!"
114: }
115:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 113: administrator_login_password = "SuperSecretPassword123!"
111: version = "12.0"
112: administrator_login = "sqladmin"
113: administrator_login_password = "SuperSecretPassword123!"
114: }
115:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 113: administrator_login_password = "SuperSecretPassword123!"
111: version = "12.0"
112: administrator_login = "sqladmin"
113: administrator_login_password = "SuperSecretPassword123!"
114: }
115:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 113: administrator_login_password = "SuperSecretPassword123!"
111: version = "12.0"
112: administrator_login = "sqladmin"
113: administrator_login_password = "SuperSecretPassword123!"
114: }
115:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 116: # DigitalOcean Resources
114: }
115:
116: # DigitalOcean Resources
117: resource "digitalocean_droplet" "web" {
118: image = "ubuntu-20-04-x64"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 116: # DigitalOcean Resources
114: }
115:
116: # DigitalOcean Resources
117: resource "digitalocean_droplet" "web" {
118: image = "ubuntu-20-04-x64"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 117: resource "digitalocean_droplet" "web" {
115:
116: # DigitalOcean Resources
117: resource "digitalocean_droplet" "web" {
118: image = "ubuntu-20-04-x64"
119: name = "web-server"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 117: resource "digitalocean_droplet" "web" {
115:
116: # DigitalOcean Resources
117: resource "digitalocean_droplet" "web" {
118: image = "ubuntu-20-04-x64"
119: name = "web-server"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 123: tags = ["web", "production"]
121: size = "s-1vcpu-1gb"
122:
123: tags = ["web", "production"]
124: }
125:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 126: resource "digitalocean_database_cluster" "postgres" {
124: }
125:
126: resource "digitalocean_database_cluster" "postgres" {
127: name = "postgres-cluster"
128: engine = "pg"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 126: resource "digitalocean_database_cluster" "postgres" {
124: }
125:
126: resource "digitalocean_database_cluster" "postgres" {
127: name = "postgres-cluster"
128: engine = "pg"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 126: resource "digitalocean_database_cluster" "postgres" {
124: }
125:
126: resource "digitalocean_database_cluster" "postgres" {
127: name = "postgres-cluster"
128: engine = "pg"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 126: resource "digitalocean_database_cluster" "postgres" {
124: }
125:
126: resource "digitalocean_database_cluster" "postgres" {
127: name = "postgres-cluster"
128: engine = "pg"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 127: name = "postgres-cluster"
125:
126: resource "digitalocean_database_cluster" "postgres" {
127: name = "postgres-cluster"
128: engine = "pg"
129: version = "14"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 134: tags = ["production", "database"]
132: node_count = 1
133:
134: tags = ["production", "database"]
135: }
136:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 134: tags = ["production", "database"]
132: node_count = 1
133:
134: tags = ["production", "database"]
135: }
136:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 137: # Cloudflare Resources
135: }
136:
137: # Cloudflare Resources
138: resource "cloudflare_zone" "main" {
139: zone = "example.com"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 137: # Cloudflare Resources
135: }
136:
137: # Cloudflare Resources
138: resource "cloudflare_zone" "main" {
139: zone = "example.com"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 138: resource "cloudflare_zone" "main" {
136:
137: # Cloudflare Resources
138: resource "cloudflare_zone" "main" {
139: zone = "example.com"
140: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 138: resource "cloudflare_zone" "main" {
136:
137: # Cloudflare Resources
138: resource "cloudflare_zone" "main" {
139: zone = "example.com"
140: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 142: resource "cloudflare_record" "www" {
140: }
141:
142: resource "cloudflare_record" "www" {
143: zone_id = cloudflare_zone.main.id
144: name = "www"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 142: resource "cloudflare_record" "www" {
140: }
141:
142: resource "cloudflare_record" "www" {
143: zone_id = cloudflare_zone.main.id
144: name = "www"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 143: zone_id = cloudflare_zone.main.id
141:
142: resource "cloudflare_record" "www" {
143: zone_id = cloudflare_zone.main.id
144: name = "www"
145: value = "192.168.0.1"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 150: # Variables with sensitive data
148: }
149:
150: # Variables with sensitive data
151: variable "database_password" {
152: description = "Database password"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 150: # Variables with sensitive data
148: }
149:
150: # Variables with sensitive data
151: variable "database_password" {
152: description = "Database password"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 151: variable "database_password" {
149:
150: # Variables with sensitive data
151: variable "database_password" {
152: description = "Database password"
153: type = string

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 151: variable "database_password" {
149:
150: # Variables with sensitive data
151: variable "database_password" {
152: description = "Database password"
153: type = string

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 151: variable "database_password" {
149:
150: # Variables with sensitive data
151: variable "database_password" {
152: description = "Database password"
153: type = string

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 152: description = "Database password"
150: # Variables with sensitive data
151: variable "database_password" {
152: description = "Database password"
153: type = string
154: default = "supersecretpassword123"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 152: description = "Database password"
150: # Variables with sensitive data
151: variable "database_password" {
152: description = "Database password"
153: type = string
154: default = "supersecretpassword123"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 152: description = "Database password"
150: # Variables with sensitive data
151: variable "database_password" {
152: description = "Database password"
153: type = string
154: default = "supersecretpassword123"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 154: default = "supersecretpassword123"
152: description = "Database password"
153: type = string
154: default = "supersecretpassword123"
155: sensitive = true
156: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 154: default = "supersecretpassword123"
152: description = "Database password"
153: type = string
154: default = "supersecretpassword123"
155: sensitive = true
156: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 155: sensitive = true
153: type = string
154: default = "supersecretpassword123"
155: sensitive = true
156: }
157:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 158: variable "api_keys" {
156: }
157:
158: variable "api_keys" {
159: description = "API keys for various services"
160: type = map(string)

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 159: description = "API keys for various services"
157:
158: variable "api_keys" {
159: description = "API keys for various services"
160: type = map(string)
161: default = {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 159: description = "API keys for various services"
157:
158: variable "api_keys" {
159: description = "API keys for various services"
160: type = map(string)
161: default = {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
160: type = map(string)
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
160: type = map(string)
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
160: type = map(string)
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
160: type = map(string)
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
160: type = map(string)
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
160: type = map(string)
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
160: type = map(string)
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
160: type = map(string)
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 165: cohere = "1234567890abcdef1234567890abcdef12345678"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 165: cohere = "1234567890abcdef1234567890abcdef12345678"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 165: cohere = "1234567890abcdef1234567890abcdef12345678"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 165: cohere = "1234567890abcdef1234567890abcdef12345678"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 165: cohere = "1234567890abcdef1234567890abcdef12345678"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 166: replicate = "r8_1234567890abcdef1234567890abcdef12"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 166: replicate = "r8_1234567890abcdef1234567890abcdef12"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 166: replicate = "r8_1234567890abcdef1234567890abcdef12"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 166: replicate = "r8_1234567890abcdef1234567890abcdef12"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 166: replicate = "r8_1234567890abcdef1234567890abcdef12"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 167: stability = "sk-1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 167: stability = "sk-1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 167: stability = "sk-1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 167: stability = "sk-1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 167: stability = "sk-1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }
172: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }
172: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }
172: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }
172: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }
172: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }
172: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }
172: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }
172: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }
172: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }
172: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 172: sensitive = true
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }
172: sensitive = true
173: }
174:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 175: variable "database_uris" {
173: }
174:
175: variable "database_uris" {
176: description = "Database connection URIs"
177: type = map(string)

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 175: variable "database_uris" {
173: }
174:
175: variable "database_uris" {
176: description = "Database connection URIs"
177: type = map(string)

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 176: description = "Database connection URIs"
174:
175: variable "database_uris" {
176: description = "Database connection URIs"
177: type = map(string)
178: default = {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 176: description = "Database connection URIs"
174:
175: variable "database_uris" {
176: description = "Database connection URIs"
177: type = map(string)
178: default = {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 176: description = "Database connection URIs"
174:
175: variable "database_uris" {
176: description = "Database connection URIs"
177: type = map(string)
178: default = {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 179: mongodb = "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
177: type = map(string)
178: default = {
179: mongodb = "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 179: mongodb = "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
177: type = map(string)
178: default = {
179: mongodb = "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
178: default = {
179: mongodb = "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
182: redis = "redis://:redispassword@redis.example.com:6379/0"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
178: default = {
179: mongodb = "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
182: redis = "redis://:redispassword@redis.example.com:6379/0"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
178: default = {
179: mongodb = "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
182: redis = "redis://:redispassword@redis.example.com:6379/0"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
178: default = {
179: mongodb = "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
182: redis = "redis://:redispassword@redis.example.com:6379/0"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
178: default = {
179: mongodb = "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
182: redis = "redis://:redispassword@redis.example.com:6379/0"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
179: mongodb = "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
182: redis = "redis://:redispassword@redis.example.com:6379/0"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
179: mongodb = "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
182: redis = "redis://:redispassword@redis.example.com:6379/0"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 182: redis = "redis://:redispassword@redis.example.com:6379/0"
180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
182: redis = "redis://:redispassword@redis.example.com:6379/0"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
182: redis = "redis://:redispassword@redis.example.com:6379/0"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
182: redis = "redis://:redispassword@redis.example.com:6379/0"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
182: redis = "redis://:redispassword@redis.example.com:6379/0"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
182: redis = "redis://:redispassword@redis.example.com:6379/0"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
182: redis = "redis://:redispassword@redis.example.com:6379/0"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
182: redis = "redis://:redispassword@redis.example.com:6379/0"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
182: redis = "redis://:redispassword@redis.example.com:6379/0"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
186: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
182: redis = "redis://:redispassword@redis.example.com:6379/0"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
186: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
186: }
187: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
186: }
187: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
186: }
187: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 187: sensitive = true
185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
186: }
187: sensitive = true
188: }
189:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 190: variable "version_control_tokens" {
188: }
189:
190: variable "version_control_tokens" {
191: description = "Version control tokens"
192: type = map(string)

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 191: description = "Version control tokens"
189:
190: variable "version_control_tokens" {
191: description = "Version control tokens"
192: type = map(string)
193: default = {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 194: github = "ghp_1234567890abcdef1234567890abcdef123456"
192: type = map(string)
193: default = {
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 194: github = "ghp_1234567890abcdef1234567890abcdef123456"
192: type = map(string)
193: default = {
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 194: github = "ghp_1234567890abcdef1234567890abcdef123456"
192: type = map(string)
193: default = {
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 194: github = "ghp_1234567890abcdef1234567890abcdef123456"
192: type = map(string)
193: default = {
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 195: gitlab = "glpat-1234567890abcdef1234"
193: default = {
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"
197: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 195: gitlab = "glpat-1234567890abcdef1234"
193: default = {
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"
197: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 196: bitbucket = "ATBB3456789012345678901234567890123456789"
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"
197: }
198: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 196: bitbucket = "ATBB3456789012345678901234567890123456789"
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"
197: }
198: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 196: bitbucket = "ATBB3456789012345678901234567890123456789"
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"
197: }
198: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 196: bitbucket = "ATBB3456789012345678901234567890123456789"
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"
197: }
198: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 196: bitbucket = "ATBB3456789012345678901234567890123456789"
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"
197: }
198: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 196: bitbucket = "ATBB3456789012345678901234567890123456789"
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"
197: }
198: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 198: sensitive = true
196: bitbucket = "ATBB3456789012345678901234567890123456789"
197: }
198: sensitive = true
199: }
200:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 201: variable "payment_keys" {
199: }
200:
201: variable "payment_keys" {
202: description = "Payment processing keys"
203: type = map(string)

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 202: description = "Payment processing keys"
200:
201: variable "payment_keys" {
202: description = "Payment processing keys"
203: type = map(string)
204: default = {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 202: description = "Payment processing keys"
200:
201: variable "payment_keys" {
202: description = "Payment processing keys"
203: type = map(string)
204: default = {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
203: type = map(string)
204: default = {
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
203: type = map(string)
204: default = {
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
203: type = map(string)
204: default = {
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
203: type = map(string)
204: default = {
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
204: default = {
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
208: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
204: default = {
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
208: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
204: default = {
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
208: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
204: default = {
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
208: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
208: }
209: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
208: }
209: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
208: }
209: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
208: }
209: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
208: }
209: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 209: sensitive = true
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
208: }
209: sensitive = true
210: }
211:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 212: variable "communication_tokens" {
210: }
211:
212: variable "communication_tokens" {
213: description = "Communication service tokens"
214: type = map(string)

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 212: variable "communication_tokens" {
210: }
211:
212: variable "communication_tokens" {
213: description = "Communication service tokens"
214: type = map(string)

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 213: description = "Communication service tokens"
211:
212: variable "communication_tokens" {
213: description = "Communication service tokens"
214: type = map(string)
215: default = {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 213: description = "Communication service tokens"
211:
212: variable "communication_tokens" {
213: description = "Communication service tokens"
214: type = map(string)
215: default = {

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 216: twilio = "SK1234567890abcdef1234567890abcdef32"
214: type = map(string)
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 216: twilio = "SK1234567890abcdef1234567890abcdef32"
214: type = map(string)
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 216: twilio = "SK1234567890abcdef1234567890abcdef32"
214: type = map(string)
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 216: twilio = "SK1234567890abcdef1234567890abcdef32"
214: type = map(string)
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 221: sensitive = true
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true
222: }
223:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 224: # Output sensitive values (not recommended for production)
222: }
223:
224: # Output sensitive values (not recommended for production)
225: output "database_connection_string" {
226: description = "Database connection string"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 224: # Output sensitive values (not recommended for production)
222: }
223:
224: # Output sensitive values (not recommended for production)
225: output "database_connection_string" {
226: description = "Database connection string"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 224: # Output sensitive values (not recommended for production)
222: }
223:
224: # Output sensitive values (not recommended for production)
225: output "database_connection_string" {
226: description = "Database connection string"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 225: output "database_connection_string" {
223:
224: # Output sensitive values (not recommended for production)
225: output "database_connection_string" {
226: description = "Database connection string"
227: value = "mongodb://admin:${var.database_password}@mongodb.example.com:27017/mydatabase"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 225: output "database_connection_string" {
223:
224: # Output sensitive values (not recommended for production)
225: output "database_connection_string" {
226: description = "Database connection string"
227: value = "mongodb://admin:${var.database_password}@mongodb.example.com:27017/mydatabase"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 226: description = "Database connection string"
224: # Output sensitive values (not recommended for production)
225: output "database_connection_string" {
226: description = "Database connection string"
227: value = "mongodb://admin:${var.database_password}@mongodb.example.com:27017/mydatabase"
228: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 226: description = "Database connection string"
224: # Output sensitive values (not recommended for production)
225: output "database_connection_string" {
226: description = "Database connection string"
227: value = "mongodb://admin:${var.database_password}@mongodb.example.com:27017/mydatabase"
228: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 226: description = "Database connection string"
224: # Output sensitive values (not recommended for production)
225: output "database_connection_string" {
226: description = "Database connection string"
227: value = "mongodb://admin:${var.database_password}@mongodb.example.com:27017/mydatabase"
228: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 227: value = "mongodb://admin:${var.database_password}@mongodb.example.com:27017/mydatabase"
225: output "database_connection_string" {
226: description = "Database connection string"
227: value = "mongodb://admin:${var.database_password}@mongodb.example.com:27017/mydatabase"
228: sensitive = true
229: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 227: value = "mongodb://admin:${var.database_password}@mongodb.example.com:27017/mydatabase"
225: output "database_connection_string" {
226: description = "Database connection string"
227: value = "mongodb://admin:${var.database_password}@mongodb.example.com:27017/mydatabase"
228: sensitive = true
229: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 227: value = "mongodb://admin:${var.database_password}@mongodb.example.com:27017/mydatabase"
225: output "database_connection_string" {
226: description = "Database connection string"
227: value = "mongodb://admin:${var.database_password}@mongodb.example.com:27017/mydatabase"
228: sensitive = true
229: }

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 228: sensitive = true
226: description = "Database connection string"
227: value = "mongodb://admin:${var.database_password}@mongodb.example.com:27017/mydatabase"
228: sensitive = true
229: }
230:

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 231: output "api_endpoint" {
229: }
230:
231: output "api_endpoint" {
232: description = "API endpoint with authentication"
233: value = "https://api.example.com/v1?token=${var.api_keys.openai}"

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 232: description = "API endpoint with authentication"
230:
231: output "api_endpoint" {
232: description = "API endpoint with authentication"
233: value = "https://api.example.com/v1?token=${var.api_keys.openai}"
234: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 232: description = "API endpoint with authentication"
230:
231: output "api_endpoint" {
232: description = "API endpoint with authentication"
233: value = "https://api.example.com/v1?token=${var.api_keys.openai}"
234: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 232: description = "API endpoint with authentication"
230:
231: output "api_endpoint" {
232: description = "API endpoint with authentication"
233: value = "https://api.example.com/v1?token=${var.api_keys.openai}"
234: sensitive = true

Stream API Key (high)

Service: Stream | Category: undefined

Description: Stream Chat/Feed API Key

Line 234: sensitive = true
232: description = "API endpoint with authentication"
233: value = "https://api.example.com/v1?token=${var.api_keys.openai}"
234: sensitive = true
235: }

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
5: region = "us-west-2"
6: access_key = "AKIA1234567890123456"
7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
8: }
9:

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
18: subscription_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
21: tenant_id = "12345678-1234-1234-1234-123456789012"
22: }

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }
27:

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
160: type = map(string)
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }
172: sensitive = true

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Azure DevOps Personal Access Token (critical)

Service: Azure DevOps | Category: undefined

Description: Azure DevOps Personal Access Token

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
5: region = "us-west-2"
6: access_key = "AKIA1234567890123456"
7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
8: }
9:

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
18: subscription_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
21: tenant_id = "12345678-1234-1234-1234-123456789012"
22: }

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }
27:

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }
27:

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
27:
28: provider "cloudflare" {
29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
30: }
31:

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
160: type = map(string)
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
160: type = map(string)
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 165: cohere = "1234567890abcdef1234567890abcdef12345678"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 166: replicate = "r8_1234567890abcdef1234567890abcdef12"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 167: stability = "sk-1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }
172: sensitive = true

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }
172: sensitive = true

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 194: github = "ghp_1234567890abcdef1234567890abcdef123456"
192: type = map(string)
193: default = {
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 196: bitbucket = "ATBB3456789012345678901234567890123456789"
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"
197: }
198: sensitive = true

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
203: type = map(string)
204: default = {
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
204: default = {
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
208: }

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
208: }
209: sensitive = true

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 216: twilio = "SK1234567890abcdef1234567890abcdef32"
214: type = map(string)
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

Magento Access Token (high)

Service: Magento | Category: undefined

Description: Magento REST API Access Token

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
5: region = "us-west-2"
6: access_key = "AKIA1234567890123456"
7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
8: }
9:

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
5: region = "us-west-2"
6: access_key = "AKIA1234567890123456"
7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
8: }
9:

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
18: subscription_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
21: tenant_id = "12345678-1234-1234-1234-123456789012"
22: }

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
18: subscription_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
21: tenant_id = "12345678-1234-1234-1234-123456789012"
22: }

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }
27:

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }
27:

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }
27:

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
27:
28: provider "cloudflare" {
29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
30: }
31:

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
27:
28: provider "cloudflare" {
29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
30: }
31:

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
160: type = map(string)
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
160: type = map(string)
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 165: cohere = "1234567890abcdef1234567890abcdef12345678"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 166: replicate = "r8_1234567890abcdef1234567890abcdef12"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 167: stability = "sk-1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }
172: sensitive = true

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }
172: sensitive = true

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }
172: sensitive = true

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 194: github = "ghp_1234567890abcdef1234567890abcdef123456"
192: type = map(string)
193: default = {
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 196: bitbucket = "ATBB3456789012345678901234567890123456789"
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"
197: }
198: sensitive = true

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
203: type = map(string)
204: default = {
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
204: default = {
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
208: }

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
208: }
209: sensitive = true

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 216: twilio = "SK1234567890abcdef1234567890abcdef32"
214: type = map(string)
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

Etsy API Key (high)

Service: Etsy | Category: undefined

Description: Etsy API Keystring

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 6: access_key = "AKIA1234567890123456"
4: provider "aws" {
5: region = "us-west-2"
6: access_key = "AKIA1234567890123456"
7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
8: }

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
5: region = "us-west-2"
6: access_key = "AKIA1234567890123456"
7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
8: }
9:

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
5: region = "us-west-2"
6: access_key = "AKIA1234567890123456"
7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
8: }
9:

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
5: region = "us-west-2"
6: access_key = "AKIA1234567890123456"
7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
8: }
9:

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
18: subscription_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
21: tenant_id = "12345678-1234-1234-1234-123456789012"
22: }

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
18: subscription_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
21: tenant_id = "12345678-1234-1234-1234-123456789012"
22: }

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
18: subscription_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
21: tenant_id = "12345678-1234-1234-1234-123456789012"
22: }

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }
27:

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }
27:

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }
27:

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }
27:

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
27:
28: provider "cloudflare" {
29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
30: }
31:

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
27:
28: provider "cloudflare" {
29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
30: }
31:

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 56: password = "supersecretpassword123"
54:
55: username = "admin"
56: password = "supersecretpassword123"
57:
58: skip_final_snapshot = true

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 100: name = "mystorageaccount12345"
98:
99: resource "azurerm_storage_account" "main" {
100: name = "mystorageaccount12345"
101: resource_group_name = azurerm_resource_group.main.name
102: location = azurerm_resource_group.main.location

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 113: administrator_login_password = "SuperSecretPassword123!"
111: version = "12.0"
112: administrator_login = "sqladmin"
113: administrator_login_password = "SuperSecretPassword123!"
114: }
115:

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 154: default = "supersecretpassword123"
152: description = "Database password"
153: type = string
154: default = "supersecretpassword123"
155: sensitive = true
156: }

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
160: type = map(string)
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
160: type = map(string)
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
160: type = map(string)
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 165: cohere = "1234567890abcdef1234567890abcdef12345678"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 165: cohere = "1234567890abcdef1234567890abcdef12345678"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 166: replicate = "r8_1234567890abcdef1234567890abcdef12"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 167: stability = "sk-1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }
172: sensitive = true

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }
172: sensitive = true

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }
172: sensitive = true

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }
172: sensitive = true

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 194: github = "ghp_1234567890abcdef1234567890abcdef123456"
192: type = map(string)
193: default = {
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 195: gitlab = "glpat-1234567890abcdef1234"
193: default = {
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"
197: }

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 196: bitbucket = "ATBB3456789012345678901234567890123456789"
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"
197: }
198: sensitive = true

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 196: bitbucket = "ATBB3456789012345678901234567890123456789"
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"
197: }
198: sensitive = true

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
203: type = map(string)
204: default = {
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
204: default = {
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
208: }

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
208: }
209: sensitive = true

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 216: twilio = "SK1234567890abcdef1234567890abcdef32"
214: type = map(string)
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

Wasabi Access Key (high)

Service: Wasabi | Category: undefined

Description: Wasabi Cloud Storage Access Key

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 1: # Terraform Configuration with Secrets
1: # Terraform Configuration with Secrets
2: # WARNING: These are FAKE credentials for testing only
3:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 1: # Terraform Configuration with Secrets
1: # Terraform Configuration with Secrets
2: # WARNING: These are FAKE credentials for testing only
3:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 2: # WARNING: These are FAKE credentials for testing only
1: # Terraform Configuration with Secrets
2: # WARNING: These are FAKE credentials for testing only
3:
4: provider "aws" {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 4: provider "aws" {
2: # WARNING: These are FAKE credentials for testing only
3:
4: provider "aws" {
5: region = "us-west-2"
6: access_key = "AKIA1234567890123456"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 6: access_key = "AKIA1234567890123456"
4: provider "aws" {
5: region = "us-west-2"
6: access_key = "AKIA1234567890123456"
7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
8: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
5: region = "us-west-2"
6: access_key = "AKIA1234567890123456"
7: secret_key = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
8: }
9:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 10: provider "google" {
8: }
9:
10: provider "google" {
11: project = "my-project-123456"
12: region = "us-central1"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 12: region = "us-central1"
10: provider "google" {
11: project = "my-project-123456"
12: region = "us-central1"
13: credentials = file("service-account.json")
14: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 13: credentials = file("service-account.json")
11: project = "my-project-123456"
12: region = "us-central1"
13: credentials = file("service-account.json")
14: }
15:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 16: provider "azurerm" {
14: }
15:
16: provider "azurerm" {
17: features {}
18: subscription_id = "12345678-1234-1234-1234-123456789012"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 17: features {}
15:
16: provider "azurerm" {
17: features {}
18: subscription_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 18: subscription_id = "12345678-1234-1234-1234-123456789012"
16: provider "azurerm" {
17: features {}
18: subscription_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 18: subscription_id = "12345678-1234-1234-1234-123456789012"
16: provider "azurerm" {
17: features {}
18: subscription_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 18: subscription_id = "12345678-1234-1234-1234-123456789012"
16: provider "azurerm" {
17: features {}
18: subscription_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 19: client_id = "12345678-1234-1234-1234-123456789012"
17: features {}
18: subscription_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
21: tenant_id = "12345678-1234-1234-1234-123456789012"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 19: client_id = "12345678-1234-1234-1234-123456789012"
17: features {}
18: subscription_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
21: tenant_id = "12345678-1234-1234-1234-123456789012"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
18: subscription_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
21: tenant_id = "12345678-1234-1234-1234-123456789012"
22: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 21: tenant_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
21: tenant_id = "12345678-1234-1234-1234-123456789012"
22: }
23:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 21: tenant_id = "12345678-1234-1234-1234-123456789012"
19: client_id = "12345678-1234-1234-1234-123456789012"
20: client_secret = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ"
21: tenant_id = "12345678-1234-1234-1234-123456789012"
22: }
23:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 24: provider "digitalocean" {
22: }
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 24: provider "digitalocean" {
22: }
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
23:
24: provider "digitalocean" {
25: token = "dop_v1_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
26: }
27:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 28: provider "cloudflare" {
26: }
27:
28: provider "cloudflare" {
29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
30: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 28: provider "cloudflare" {
26: }
27:
28: provider "cloudflare" {
29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
30: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
27:
28: provider "cloudflare" {
29: api_token = "1234567890abcdef1234567890abcdef1234567890abcdef"
30: }
31:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 32: # AWS Resources
30: }
31:
32: # AWS Resources
33: resource "aws_instance" "web" {
34: ami = "ami-12345678"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 33: resource "aws_instance" "web" {
31:
32: # AWS Resources
33: resource "aws_instance" "web" {
34: ami = "ami-12345678"
35: instance_type = "t2.micro"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 33: resource "aws_instance" "web" {
31:
32: # AWS Resources
33: resource "aws_instance" "web" {
34: ami = "ami-12345678"
35: instance_type = "t2.micro"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 34: ami = "ami-12345678"
32: # AWS Resources
33: resource "aws_instance" "web" {
34: ami = "ami-12345678"
35: instance_type = "t2.micro"
36:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 35: instance_type = "t2.micro"
33: resource "aws_instance" "web" {
34: ami = "ami-12345678"
35: instance_type = "t2.micro"
36:
37: tags = {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 38: Name = "WebServer"
36:
37: tags = {
38: Name = "WebServer"
39: }
40: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 42: resource "aws_s3_bucket" "storage" {
40: }
41:
42: resource "aws_s3_bucket" "storage" {
43: bucket = "my-app-storage-123456"
44:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 46: Environment = "production"
44:
45: tags = {
46: Environment = "production"
47: }
48: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 46: Environment = "production"
44:
45: tags = {
46: Environment = "production"
47: }
48: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 50: resource "aws_rds_instance" "database" {
48: }
49:
50: resource "aws_rds_instance" "database" {
51: identifier = "mydatabase"
52: engine = "postgres"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 50: resource "aws_rds_instance" "database" {
48: }
49:
50: resource "aws_rds_instance" "database" {
51: identifier = "mydatabase"
52: engine = "postgres"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 50: resource "aws_rds_instance" "database" {
48: }
49:
50: resource "aws_rds_instance" "database" {
51: identifier = "mydatabase"
52: engine = "postgres"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 51: identifier = "mydatabase"
49:
50: resource "aws_rds_instance" "database" {
51: identifier = "mydatabase"
52: engine = "postgres"
53: instance_class = "db.t2.micro"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 51: identifier = "mydatabase"
49:
50: resource "aws_rds_instance" "database" {
51: identifier = "mydatabase"
52: engine = "postgres"
53: instance_class = "db.t2.micro"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 52: engine = "postgres"
50: resource "aws_rds_instance" "database" {
51: identifier = "mydatabase"
52: engine = "postgres"
53: instance_class = "db.t2.micro"
54:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 53: instance_class = "db.t2.micro"
51: identifier = "mydatabase"
52: engine = "postgres"
53: instance_class = "db.t2.micro"
54:
55: username = "admin"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 55: username = "admin"
53: instance_class = "db.t2.micro"
54:
55: username = "admin"
56: password = "supersecretpassword123"
57:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 56: password = "supersecretpassword123"
54:
55: username = "admin"
56: password = "supersecretpassword123"
57:
58: skip_final_snapshot = true

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 56: password = "supersecretpassword123"
54:
55: username = "admin"
56: password = "supersecretpassword123"
57:
58: skip_final_snapshot = true

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 58: skip_final_snapshot = true
56: password = "supersecretpassword123"
57:
58: skip_final_snapshot = true
59: }
60:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 61: # Google Cloud Resources
59: }
60:
61: # Google Cloud Resources
62: resource "google_compute_instance" "vm" {
63: name = "my-vm"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 62: resource "google_compute_instance" "vm" {
60:
61: # Google Cloud Resources
62: resource "google_compute_instance" "vm" {
63: name = "my-vm"
64: machine_type = "e2-medium"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 62: resource "google_compute_instance" "vm" {
60:
61: # Google Cloud Resources
62: resource "google_compute_instance" "vm" {
63: name = "my-vm"
64: machine_type = "e2-medium"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 65: zone = "us-central1-a"
63: name = "my-vm"
64: machine_type = "e2-medium"
65: zone = "us-central1-a"
66:
67: boot_disk {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 68: initialize_params {
66:
67: boot_disk {
68: initialize_params {
69: image = "debian-cloud/debian-10"
70: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 73: network_interface {
71: }
72:
73: network_interface {
74: network = "default"
75: access_config {}

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 79: resource "google_sql_database_instance" "postgres" {
77: }
78:
79: resource "google_sql_database_instance" "postgres" {
80: name = "my-postgres-instance"
81: database_version = "POSTGRES_13"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 79: resource "google_sql_database_instance" "postgres" {
77: }
78:
79: resource "google_sql_database_instance" "postgres" {
80: name = "my-postgres-instance"
81: database_version = "POSTGRES_13"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 79: resource "google_sql_database_instance" "postgres" {
77: }
78:
79: resource "google_sql_database_instance" "postgres" {
80: name = "my-postgres-instance"
81: database_version = "POSTGRES_13"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 79: resource "google_sql_database_instance" "postgres" {
77: }
78:
79: resource "google_sql_database_instance" "postgres" {
80: name = "my-postgres-instance"
81: database_version = "POSTGRES_13"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 80: name = "my-postgres-instance"
78:
79: resource "google_sql_database_instance" "postgres" {
80: name = "my-postgres-instance"
81: database_version = "POSTGRES_13"
82: region = "us-central1"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 80: name = "my-postgres-instance"
78:
79: resource "google_sql_database_instance" "postgres" {
80: name = "my-postgres-instance"
81: database_version = "POSTGRES_13"
82: region = "us-central1"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 81: database_version = "POSTGRES_13"
79: resource "google_sql_database_instance" "postgres" {
80: name = "my-postgres-instance"
81: database_version = "POSTGRES_13"
82: region = "us-central1"
83:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 81: database_version = "POSTGRES_13"
79: resource "google_sql_database_instance" "postgres" {
80: name = "my-postgres-instance"
81: database_version = "POSTGRES_13"
82: region = "us-central1"
83:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 82: region = "us-central1"
80: name = "my-postgres-instance"
81: database_version = "POSTGRES_13"
82: region = "us-central1"
83:
84: settings {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 84: settings {
82: region = "us-central1"
83:
84: settings {
85: tier = "db-f1-micro"
86:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 87: ip_configuration {
85: tier = "db-f1-micro"
86:
87: ip_configuration {
88: ipv4_enabled = true
89: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 93: # Azure Resources
91: }
92:
93: # Azure Resources
94: resource "azurerm_resource_group" "main" {
95: name = "my-resource-group"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 94: resource "azurerm_resource_group" "main" {
92:
93: # Azure Resources
94: resource "azurerm_resource_group" "main" {
95: name = "my-resource-group"
96: location = "East US"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 94: resource "azurerm_resource_group" "main" {
92:
93: # Azure Resources
94: resource "azurerm_resource_group" "main" {
95: name = "my-resource-group"
96: location = "East US"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 95: name = "my-resource-group"
93: # Azure Resources
94: resource "azurerm_resource_group" "main" {
95: name = "my-resource-group"
96: location = "East US"
97: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 96: location = "East US"
94: resource "azurerm_resource_group" "main" {
95: name = "my-resource-group"
96: location = "East US"
97: }
98:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 99: resource "azurerm_storage_account" "main" {
97: }
98:
99: resource "azurerm_storage_account" "main" {
100: name = "mystorageaccount12345"
101: resource_group_name = azurerm_resource_group.main.name

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 100: name = "mystorageaccount12345"
98:
99: resource "azurerm_storage_account" "main" {
100: name = "mystorageaccount12345"
101: resource_group_name = azurerm_resource_group.main.name
102: location = azurerm_resource_group.main.location

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 101: resource_group_name = azurerm_resource_group.main.name
99: resource "azurerm_storage_account" "main" {
100: name = "mystorageaccount12345"
101: resource_group_name = azurerm_resource_group.main.name
102: location = azurerm_resource_group.main.location
103: account_tier = "Standard"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 101: resource_group_name = azurerm_resource_group.main.name
99: resource "azurerm_storage_account" "main" {
100: name = "mystorageaccount12345"
101: resource_group_name = azurerm_resource_group.main.name
102: location = azurerm_resource_group.main.location
103: account_tier = "Standard"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 102: location = azurerm_resource_group.main.location
100: name = "mystorageaccount12345"
101: resource_group_name = azurerm_resource_group.main.name
102: location = azurerm_resource_group.main.location
103: account_tier = "Standard"
104: account_replication_type = "LRS"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 102: location = azurerm_resource_group.main.location
100: name = "mystorageaccount12345"
101: resource_group_name = azurerm_resource_group.main.name
102: location = azurerm_resource_group.main.location
103: account_tier = "Standard"
104: account_replication_type = "LRS"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 102: location = azurerm_resource_group.main.location
100: name = "mystorageaccount12345"
101: resource_group_name = azurerm_resource_group.main.name
102: location = azurerm_resource_group.main.location
103: account_tier = "Standard"
104: account_replication_type = "LRS"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 103: account_tier = "Standard"
101: resource_group_name = azurerm_resource_group.main.name
102: location = azurerm_resource_group.main.location
103: account_tier = "Standard"
104: account_replication_type = "LRS"
105: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 104: account_replication_type = "LRS"
102: location = azurerm_resource_group.main.location
103: account_tier = "Standard"
104: account_replication_type = "LRS"
105: }
106:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 107: resource "azurerm_sql_server" "main" {
105: }
106:
107: resource "azurerm_sql_server" "main" {
108: name = "mysqlserver12345"
109: resource_group_name = azurerm_resource_group.main.name

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 108: name = "mysqlserver12345"
106:
107: resource "azurerm_sql_server" "main" {
108: name = "mysqlserver12345"
109: resource_group_name = azurerm_resource_group.main.name
110: location = azurerm_resource_group.main.location

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 109: resource_group_name = azurerm_resource_group.main.name
107: resource "azurerm_sql_server" "main" {
108: name = "mysqlserver12345"
109: resource_group_name = azurerm_resource_group.main.name
110: location = azurerm_resource_group.main.location
111: version = "12.0"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 109: resource_group_name = azurerm_resource_group.main.name
107: resource "azurerm_sql_server" "main" {
108: name = "mysqlserver12345"
109: resource_group_name = azurerm_resource_group.main.name
110: location = azurerm_resource_group.main.location
111: version = "12.0"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 110: location = azurerm_resource_group.main.location
108: name = "mysqlserver12345"
109: resource_group_name = azurerm_resource_group.main.name
110: location = azurerm_resource_group.main.location
111: version = "12.0"
112: administrator_login = "sqladmin"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 110: location = azurerm_resource_group.main.location
108: name = "mysqlserver12345"
109: resource_group_name = azurerm_resource_group.main.name
110: location = azurerm_resource_group.main.location
111: version = "12.0"
112: administrator_login = "sqladmin"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 110: location = azurerm_resource_group.main.location
108: name = "mysqlserver12345"
109: resource_group_name = azurerm_resource_group.main.name
110: location = azurerm_resource_group.main.location
111: version = "12.0"
112: administrator_login = "sqladmin"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 112: administrator_login = "sqladmin"
110: location = azurerm_resource_group.main.location
111: version = "12.0"
112: administrator_login = "sqladmin"
113: administrator_login_password = "SuperSecretPassword123!"
114: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 112: administrator_login = "sqladmin"
110: location = azurerm_resource_group.main.location
111: version = "12.0"
112: administrator_login = "sqladmin"
113: administrator_login_password = "SuperSecretPassword123!"
114: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 113: administrator_login_password = "SuperSecretPassword123!"
111: version = "12.0"
112: administrator_login = "sqladmin"
113: administrator_login_password = "SuperSecretPassword123!"
114: }
115:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 113: administrator_login_password = "SuperSecretPassword123!"
111: version = "12.0"
112: administrator_login = "sqladmin"
113: administrator_login_password = "SuperSecretPassword123!"
114: }
115:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 113: administrator_login_password = "SuperSecretPassword123!"
111: version = "12.0"
112: administrator_login = "sqladmin"
113: administrator_login_password = "SuperSecretPassword123!"
114: }
115:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 116: # DigitalOcean Resources
114: }
115:
116: # DigitalOcean Resources
117: resource "digitalocean_droplet" "web" {
118: image = "ubuntu-20-04-x64"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 116: # DigitalOcean Resources
114: }
115:
116: # DigitalOcean Resources
117: resource "digitalocean_droplet" "web" {
118: image = "ubuntu-20-04-x64"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 117: resource "digitalocean_droplet" "web" {
115:
116: # DigitalOcean Resources
117: resource "digitalocean_droplet" "web" {
118: image = "ubuntu-20-04-x64"
119: name = "web-server"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 117: resource "digitalocean_droplet" "web" {
115:
116: # DigitalOcean Resources
117: resource "digitalocean_droplet" "web" {
118: image = "ubuntu-20-04-x64"
119: name = "web-server"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 123: tags = ["web", "production"]
121: size = "s-1vcpu-1gb"
122:
123: tags = ["web", "production"]
124: }
125:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 126: resource "digitalocean_database_cluster" "postgres" {
124: }
125:
126: resource "digitalocean_database_cluster" "postgres" {
127: name = "postgres-cluster"
128: engine = "pg"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 126: resource "digitalocean_database_cluster" "postgres" {
124: }
125:
126: resource "digitalocean_database_cluster" "postgres" {
127: name = "postgres-cluster"
128: engine = "pg"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 126: resource "digitalocean_database_cluster" "postgres" {
124: }
125:
126: resource "digitalocean_database_cluster" "postgres" {
127: name = "postgres-cluster"
128: engine = "pg"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 126: resource "digitalocean_database_cluster" "postgres" {
124: }
125:
126: resource "digitalocean_database_cluster" "postgres" {
127: name = "postgres-cluster"
128: engine = "pg"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 127: name = "postgres-cluster"
125:
126: resource "digitalocean_database_cluster" "postgres" {
127: name = "postgres-cluster"
128: engine = "pg"
129: version = "14"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 134: tags = ["production", "database"]
132: node_count = 1
133:
134: tags = ["production", "database"]
135: }
136:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 134: tags = ["production", "database"]
132: node_count = 1
133:
134: tags = ["production", "database"]
135: }
136:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 137: # Cloudflare Resources
135: }
136:
137: # Cloudflare Resources
138: resource "cloudflare_zone" "main" {
139: zone = "example.com"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 137: # Cloudflare Resources
135: }
136:
137: # Cloudflare Resources
138: resource "cloudflare_zone" "main" {
139: zone = "example.com"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 138: resource "cloudflare_zone" "main" {
136:
137: # Cloudflare Resources
138: resource "cloudflare_zone" "main" {
139: zone = "example.com"
140: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 138: resource "cloudflare_zone" "main" {
136:
137: # Cloudflare Resources
138: resource "cloudflare_zone" "main" {
139: zone = "example.com"
140: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 142: resource "cloudflare_record" "www" {
140: }
141:
142: resource "cloudflare_record" "www" {
143: zone_id = cloudflare_zone.main.id
144: name = "www"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 142: resource "cloudflare_record" "www" {
140: }
141:
142: resource "cloudflare_record" "www" {
143: zone_id = cloudflare_zone.main.id
144: name = "www"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 143: zone_id = cloudflare_zone.main.id
141:
142: resource "cloudflare_record" "www" {
143: zone_id = cloudflare_zone.main.id
144: name = "www"
145: value = "192.168.0.1"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 150: # Variables with sensitive data
148: }
149:
150: # Variables with sensitive data
151: variable "database_password" {
152: description = "Database password"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 150: # Variables with sensitive data
148: }
149:
150: # Variables with sensitive data
151: variable "database_password" {
152: description = "Database password"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 151: variable "database_password" {
149:
150: # Variables with sensitive data
151: variable "database_password" {
152: description = "Database password"
153: type = string

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 151: variable "database_password" {
149:
150: # Variables with sensitive data
151: variable "database_password" {
152: description = "Database password"
153: type = string

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 151: variable "database_password" {
149:
150: # Variables with sensitive data
151: variable "database_password" {
152: description = "Database password"
153: type = string

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 152: description = "Database password"
150: # Variables with sensitive data
151: variable "database_password" {
152: description = "Database password"
153: type = string
154: default = "supersecretpassword123"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 152: description = "Database password"
150: # Variables with sensitive data
151: variable "database_password" {
152: description = "Database password"
153: type = string
154: default = "supersecretpassword123"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 152: description = "Database password"
150: # Variables with sensitive data
151: variable "database_password" {
152: description = "Database password"
153: type = string
154: default = "supersecretpassword123"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 154: default = "supersecretpassword123"
152: description = "Database password"
153: type = string
154: default = "supersecretpassword123"
155: sensitive = true
156: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 155: sensitive = true
153: type = string
154: default = "supersecretpassword123"
155: sensitive = true
156: }
157:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 158: variable "api_keys" {
156: }
157:
158: variable "api_keys" {
159: description = "API keys for various services"
160: type = map(string)

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 159: description = "API keys for various services"
157:
158: variable "api_keys" {
159: description = "API keys for various services"
160: type = map(string)
161: default = {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 159: description = "API keys for various services"
157:
158: variable "api_keys" {
159: description = "API keys for various services"
160: type = map(string)
161: default = {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
160: type = map(string)
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
161: default = {
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
162: openai = "sk-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 165: cohere = "1234567890abcdef1234567890abcdef12345678"
163: anthropic = "sk-ant-api03-1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 166: replicate = "r8_1234567890abcdef1234567890abcdef12"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 166: replicate = "r8_1234567890abcdef1234567890abcdef12"
164: huggingface = "hf_1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 167: stability = "sk-1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 167: stability = "sk-1234567890abcdef1234567890abcdef12"
165: cohere = "1234567890abcdef1234567890abcdef12345678"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
166: replicate = "r8_1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
167: stability = "sk-1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
168: pinecone = "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
169: langchain = "lsv2_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }
172: sensitive = true

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 172: sensitive = true
170: groq = "gsk_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef12"
171: }
172: sensitive = true
173: }
174:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 175: variable "database_uris" {
173: }
174:
175: variable "database_uris" {
176: description = "Database connection URIs"
177: type = map(string)

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 175: variable "database_uris" {
173: }
174:
175: variable "database_uris" {
176: description = "Database connection URIs"
177: type = map(string)

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 176: description = "Database connection URIs"
174:
175: variable "database_uris" {
176: description = "Database connection URIs"
177: type = map(string)
178: default = {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 176: description = "Database connection URIs"
174:
175: variable "database_uris" {
176: description = "Database connection URIs"
177: type = map(string)
178: default = {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 176: description = "Database connection URIs"
174:
175: variable "database_uris" {
176: description = "Database connection URIs"
177: type = map(string)
178: default = {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 179: mongodb = "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
177: type = map(string)
178: default = {
179: mongodb = "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 179: mongodb = "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
177: type = map(string)
178: default = {
179: mongodb = "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
178: default = {
179: mongodb = "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
182: redis = "redis://:redispassword@redis.example.com:6379/0"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
178: default = {
179: mongodb = "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
182: redis = "redis://:redispassword@redis.example.com:6379/0"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
178: default = {
179: mongodb = "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
182: redis = "redis://:redispassword@redis.example.com:6379/0"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
178: default = {
179: mongodb = "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
182: redis = "redis://:redispassword@redis.example.com:6379/0"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
178: default = {
179: mongodb = "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
182: redis = "redis://:redispassword@redis.example.com:6379/0"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
179: mongodb = "mongodb://admin:password123@mongodb.example.com:27017/mydatabase"
180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
182: redis = "redis://:redispassword@redis.example.com:6379/0"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 182: redis = "redis://:redispassword@redis.example.com:6379/0"
180: postgresql = "postgres://dbuser:secretpassword@postgres.example.com:5432/production"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
182: redis = "redis://:redispassword@redis.example.com:6379/0"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
182: redis = "redis://:redispassword@redis.example.com:6379/0"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
182: redis = "redis://:redispassword@redis.example.com:6379/0"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
182: redis = "redis://:redispassword@redis.example.com:6379/0"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
182: redis = "redis://:redispassword@redis.example.com:6379/0"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
182: redis = "redis://:redispassword@redis.example.com:6379/0"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
181: mysql = "mysql://root:mysqlpassword123@mysql.example.com:3306/app"
182: redis = "redis://:redispassword@redis.example.com:6379/0"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
182: redis = "redis://:redispassword@redis.example.com:6379/0"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
186: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
182: redis = "redis://:redispassword@redis.example.com:6379/0"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
186: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
186: }
187: sensitive = true

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
186: }
187: sensitive = true

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
183: supabase = "postgresql://postgres:password@db.supabase.co:5432/postgres"
184: planetscale = "mysql://user:password@aws.connect.psdb.cloud/mydb"
185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
186: }
187: sensitive = true

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 187: sensitive = true
185: neon = "postgresql://user:password@ep-cool-darkness-123456.us-east-2.aws.neon.tech/db"
186: }
187: sensitive = true
188: }
189:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 190: variable "version_control_tokens" {
188: }
189:
190: variable "version_control_tokens" {
191: description = "Version control tokens"
192: type = map(string)

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 191: description = "Version control tokens"
189:
190: variable "version_control_tokens" {
191: description = "Version control tokens"
192: type = map(string)
193: default = {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 194: github = "ghp_1234567890abcdef1234567890abcdef123456"
192: type = map(string)
193: default = {
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 195: gitlab = "glpat-1234567890abcdef1234"
193: default = {
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"
197: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 196: bitbucket = "ATBB3456789012345678901234567890123456789"
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"
197: }
198: sensitive = true

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 196: bitbucket = "ATBB3456789012345678901234567890123456789"
194: github = "ghp_1234567890abcdef1234567890abcdef123456"
195: gitlab = "glpat-1234567890abcdef1234"
196: bitbucket = "ATBB3456789012345678901234567890123456789"
197: }
198: sensitive = true

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 198: sensitive = true
196: bitbucket = "ATBB3456789012345678901234567890123456789"
197: }
198: sensitive = true
199: }
200:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 201: variable "payment_keys" {
199: }
200:
201: variable "payment_keys" {
202: description = "Payment processing keys"
203: type = map(string)

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 202: description = "Payment processing keys"
200:
201: variable "payment_keys" {
202: description = "Payment processing keys"
203: type = map(string)
204: default = {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 202: description = "Payment processing keys"
200:
201: variable "payment_keys" {
202: description = "Payment processing keys"
203: type = map(string)
204: default = {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
203: type = map(string)
204: default = {
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
204: default = {
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
208: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
208: }
209: sensitive = true

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
205: stripe_live = "sk_live_1234567890abcdef1234567890abcdef123456"
206: stripe_test = "sk_test_1234567890abcdef1234567890abcdef123456"
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
208: }
209: sensitive = true

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 209: sensitive = true
207: paypal = "access_token$production$1234567890abcdef1234567890abcdef"
208: }
209: sensitive = true
210: }
211:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 212: variable "communication_tokens" {
210: }
211:
212: variable "communication_tokens" {
213: description = "Communication service tokens"
214: type = map(string)

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 212: variable "communication_tokens" {
210: }
211:
212: variable "communication_tokens" {
213: description = "Communication service tokens"
214: type = map(string)

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 213: description = "Communication service tokens"
211:
212: variable "communication_tokens" {
213: description = "Communication service tokens"
214: type = map(string)
215: default = {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 213: description = "Communication service tokens"
211:
212: variable "communication_tokens" {
213: description = "Communication service tokens"
214: type = map(string)
215: default = {

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 216: twilio = "SK1234567890abcdef1234567890abcdef32"
214: type = map(string)
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
215: default = {
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
216: twilio = "SK1234567890abcdef1234567890abcdef32"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
217: sendgrid = "SG.1234567890abcdef1234567890abcdef.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
218: slack = "xoxb-1234567890123-1234567890123-1234567890abcdef123456"
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 221: sensitive = true
219: discord = "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA.XYZABC.1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
220: }
221: sensitive = true
222: }
223:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 224: # Output sensitive values (not recommended for production)
222: }
223:
224: # Output sensitive values (not recommended for production)
225: output "database_connection_string" {
226: description = "Database connection string"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 224: # Output sensitive values (not recommended for production)
222: }
223:
224: # Output sensitive values (not recommended for production)
225: output "database_connection_string" {
226: description = "Database connection string"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 224: # Output sensitive values (not recommended for production)
222: }
223:
224: # Output sensitive values (not recommended for production)
225: output "database_connection_string" {
226: description = "Database connection string"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 225: output "database_connection_string" {
223:
224: # Output sensitive values (not recommended for production)
225: output "database_connection_string" {
226: description = "Database connection string"
227: value = "mongodb://admin:${var.database_password}@mongodb.example.com:27017/mydatabase"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 225: output "database_connection_string" {
223:
224: # Output sensitive values (not recommended for production)
225: output "database_connection_string" {
226: description = "Database connection string"
227: value = "mongodb://admin:${var.database_password}@mongodb.example.com:27017/mydatabase"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 226: description = "Database connection string"
224: # Output sensitive values (not recommended for production)
225: output "database_connection_string" {
226: description = "Database connection string"
227: value = "mongodb://admin:${var.database_password}@mongodb.example.com:27017/mydatabase"
228: sensitive = true

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 226: description = "Database connection string"
224: # Output sensitive values (not recommended for production)
225: output "database_connection_string" {
226: description = "Database connection string"
227: value = "mongodb://admin:${var.database_password}@mongodb.example.com:27017/mydatabase"
228: sensitive = true

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 226: description = "Database connection string"
224: # Output sensitive values (not recommended for production)
225: output "database_connection_string" {
226: description = "Database connection string"
227: value = "mongodb://admin:${var.database_password}@mongodb.example.com:27017/mydatabase"
228: sensitive = true

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 227: value = "mongodb://admin:${var.database_password}@mongodb.example.com:27017/mydatabase"
225: output "database_connection_string" {
226: description = "Database connection string"
227: value = "mongodb://admin:${var.database_password}@mongodb.example.com:27017/mydatabase"
228: sensitive = true
229: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 227: value = "mongodb://admin:${var.database_password}@mongodb.example.com:27017/mydatabase"
225: output "database_connection_string" {
226: description = "Database connection string"
227: value = "mongodb://admin:${var.database_password}@mongodb.example.com:27017/mydatabase"
228: sensitive = true
229: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 227: value = "mongodb://admin:${var.database_password}@mongodb.example.com:27017/mydatabase"
225: output "database_connection_string" {
226: description = "Database connection string"
227: value = "mongodb://admin:${var.database_password}@mongodb.example.com:27017/mydatabase"
228: sensitive = true
229: }

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 228: sensitive = true
226: description = "Database connection string"
227: value = "mongodb://admin:${var.database_password}@mongodb.example.com:27017/mydatabase"
228: sensitive = true
229: }
230:

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 231: output "api_endpoint" {
229: }
230:
231: output "api_endpoint" {
232: description = "API endpoint with authentication"
233: value = "https://api.example.com/v1?token=${var.api_keys.openai}"

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 232: description = "API endpoint with authentication"
230:
231: output "api_endpoint" {
232: description = "API endpoint with authentication"
233: value = "https://api.example.com/v1?token=${var.api_keys.openai}"
234: sensitive = true

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 232: description = "API endpoint with authentication"
230:
231: output "api_endpoint" {
232: description = "API endpoint with authentication"
233: value = "https://api.example.com/v1?token=${var.api_keys.openai}"
234: sensitive = true

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 232: description = "API endpoint with authentication"
230:
231: output "api_endpoint" {
232: description = "API endpoint with authentication"
233: value = "https://api.example.com/v1?token=${var.api_keys.openai}"
234: sensitive = true

FullStory API Key (high)

Service: FullStory | Category: undefined

Description: FullStory API Key

Line 234: sensitive = true
232: description = "API endpoint with authentication"
233: value = "https://api.example.com/v1?token=${var.api_keys.openai}"
234: sensitive = true
235: }

Sumo Logic Access Key (high)

Service: Sumo Logic | Category: undefined

Description: Sumo Logic Access Key

Line 56: password = "supersecretpassword123"
54:
55: username = "admin"
56: password = "supersecretpassword123"
57:
58: skip_final_snapshot = true

Sumo Logic Access Key (high)

Service: Sumo Logic | Category: undefined

Description: Sumo Logic Access Key

Line 113: administrator_login_password = "SuperSecretPassword123!"
111: version = "12.0"
112: administrator_login = "sqladmin"
113: administrator_login_password = "SuperSecretPassword123!"
114: }
115:

Sumo Logic Access Key (high)

Service: Sumo Logic | Category: undefined

Description: Sumo Logic Access Key

Line 154: default = "supersecretpassword123"
152: description = "Database password"
153: type = string
154: default = "supersecretpassword123"
155: sensitive = true
156: }